Skip to content

Commit 88d2e44

Browse files
sync(openapi): agent-sdk/main 352de84 (#193)
Co-authored-by: xingyaoww <38853559+xingyaoww@users.noreply.github.com>
1 parent 315cb7d commit 88d2e44

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

openapi/agent-sdk.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6570,7 +6570,7 @@
65706570
"version": {
65716571
"type": "string",
65726572
"title": "Version",
6573-
"default": "1.5.2"
6573+
"default": "1.6.0"
65746574
},
65756575
"docs": {
65766576
"type": "string",
@@ -7389,6 +7389,11 @@
73897389
"text": {
73907390
"type": "string",
73917391
"title": "Text"
7392+
},
7393+
"enable_truncation": {
7394+
"type": "boolean",
7395+
"title": "Enable Truncation",
7396+
"default": true
73927397
}
73937398
},
73947399
"additionalProperties": false,
@@ -7469,15 +7474,21 @@
74697474
"description": "The thinking content"
74707475
},
74717476
"signature": {
7472-
"type": "string",
7477+
"anyOf": [
7478+
{
7479+
"type": "string"
7480+
},
7481+
{
7482+
"type": "null"
7483+
}
7484+
],
74737485
"title": "Signature",
74747486
"description": "Cryptographic signature for the thinking block"
74757487
}
74767488
},
74777489
"type": "object",
74787490
"required": [
7479-
"thinking",
7480-
"signature"
7491+
"thinking"
74817492
],
74827493
"title": "ThinkingBlock",
74837494
"description": "Anthropic thinking block for extended thinking feature.\n\nThis represents the raw thinking blocks returned by Anthropic models\nwhen extended thinking is enabled. These blocks must be preserved\nand passed back to the API for tool use scenarios."

0 commit comments

Comments
 (0)