GitHub Action 2 месяцев назад
Родитель
Сommit
f492122d59
2 измененных файлов с 12 добавлено и 0 удалено
  1. 3 0
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 9 0
      packages/sdk/openapi.json

+ 3 - 0
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -1413,6 +1413,9 @@ export type Config = {
     build?: AgentConfig
     general?: AgentConfig
     explore?: AgentConfig
+    title?: AgentConfig
+    summary?: AgentConfig
+    compaction?: AgentConfig
     [key: string]: AgentConfig | undefined
   }
   /**

+ 9 - 0
packages/sdk/openapi.json

@@ -7992,6 +7992,15 @@
               },
               "explore": {
                 "$ref": "#/components/schemas/AgentConfig"
+              },
+              "title": {
+                "$ref": "#/components/schemas/AgentConfig"
+              },
+              "summary": {
+                "$ref": "#/components/schemas/AgentConfig"
+              },
+              "compaction": {
+                "$ref": "#/components/schemas/AgentConfig"
               }
             },
             "additionalProperties": {