You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/agent-sdk.json
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6570,7 +6570,7 @@
6570
6570
"version": {
6571
6571
"type": "string",
6572
6572
"title": "Version",
6573
-
"default": "1.5.2"
6573
+
"default": "1.6.0"
6574
6574
},
6575
6575
"docs": {
6576
6576
"type": "string",
@@ -7389,6 +7389,11 @@
7389
7389
"text": {
7390
7390
"type": "string",
7391
7391
"title": "Text"
7392
+
},
7393
+
"enable_truncation": {
7394
+
"type": "boolean",
7395
+
"title": "Enable Truncation",
7396
+
"default": true
7392
7397
}
7393
7398
},
7394
7399
"additionalProperties": false,
@@ -7469,15 +7474,21 @@
7469
7474
"description": "The thinking content"
7470
7475
},
7471
7476
"signature": {
7472
-
"type": "string",
7477
+
"anyOf": [
7478
+
{
7479
+
"type": "string"
7480
+
},
7481
+
{
7482
+
"type": "null"
7483
+
}
7484
+
],
7473
7485
"title": "Signature",
7474
7486
"description": "Cryptographic signature for the thinking block"
7475
7487
}
7476
7488
},
7477
7489
"type": "object",
7478
7490
"required": [
7479
-
"thinking",
7480
-
"signature"
7491
+
"thinking"
7481
7492
],
7482
7493
"title": "ThinkingBlock",
7483
7494
"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