We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7b4d1 commit 0be8ff6Copy full SHA for 0be8ff6
1 file changed
src/ai/index.ts
@@ -1704,6 +1704,7 @@ export namespace AiModel {
1704
parserVersion?: number;
1705
tmIds?: number[];
1706
glossaryIds?: number[];
1707
+ styleGuideIds?: number[];
1708
aiPromptId?: number;
1709
aiProviderId?: number;
1710
aiModelId?: string;
@@ -1733,6 +1734,7 @@ export namespace AiModel {
1733
1734
sourceLanguageId?: string;
1735
1736
1737
1738
1739
1740
0 commit comments