Răsfoiți Sursa

chore: regen sdk

GitHub Action 2 luni în urmă
părinte
comite
2c27afaaf5
2 a modificat fișierele cu 431 adăugiri și 92 ștergeri
  1. 375 91
      packages/sdk/js/openapi.json
  2. 56 1
      packages/sdk/openapi.json

Fișier diff suprimat deoarece este prea mare
+ 375 - 91
packages/sdk/js/openapi.json


+ 56 - 1
packages/sdk/openapi.json

@@ -2803,6 +2803,25 @@
                                 "tool_call": {
                                   "type": "boolean"
                                 },
+                                "interleaved": {
+                                  "anyOf": [
+                                    {
+                                      "type": "boolean",
+                                      "const": true
+                                    },
+                                    {
+                                      "type": "object",
+                                      "properties": {
+                                        "field": {
+                                          "type": "string",
+                                          "enum": ["reasoning_content", "reasoning_details"]
+                                        }
+                                      },
+                                      "required": ["field"],
+                                      "additionalProperties": false
+                                    }
+                                  ]
+                                },
                                 "cost": {
                                   "type": "object",
                                   "properties": {
@@ -7301,6 +7320,25 @@
                 "tool_call": {
                   "type": "boolean"
                 },
+                "interleaved": {
+                  "anyOf": [
+                    {
+                      "type": "boolean",
+                      "const": true
+                    },
+                    {
+                      "type": "object",
+                      "properties": {
+                        "field": {
+                          "type": "string",
+                          "enum": ["reasoning_content", "reasoning_details"]
+                        }
+                      },
+                      "required": ["field"],
+                      "additionalProperties": false
+                    }
+                  ]
+                },
                 "cost": {
                   "type": "object",
                   "properties": {
@@ -8310,9 +8348,26 @@
                   }
                 },
                 "required": ["text", "audio", "image", "video", "pdf"]
+              },
+              "interleaved": {
+                "anyOf": [
+                  {
+                    "type": "boolean"
+                  },
+                  {
+                    "type": "object",
+                    "properties": {
+                      "field": {
+                        "type": "string",
+                        "enum": ["reasoning_content", "reasoning_details"]
+                      }
+                    },
+                    "required": ["field"]
+                  }
+                ]
               }
             },
-            "required": ["temperature", "reasoning", "attachment", "toolcall", "input", "output"]
+            "required": ["temperature", "reasoning", "attachment", "toolcall", "input", "output", "interleaved"]
           },
           "cost": {
             "type": "object",

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff