File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1196,17 +1196,45 @@ components:
11961196 example:
11971197 expires_at: '2026-04-08T00:00:00Z'
11981198 id: 'ctr_01abc'
1199+ skills: null
11991200 properties:
12001201 expires_at:
12011202 type: 'string'
12021203 id:
12031204 type: 'string'
1205+ skills:
1206+ default: null
1207+ items:
1208+ $ref: '#/components/schemas/AnthropicContainerSkill'
1209+ type:
1210+ - 'array'
1211+ - 'null'
12041212 required:
12051213 - 'id'
12061214 - 'expires_at'
12071215 type:
12081216 - 'object'
12091217 - 'null'
1218+ AnthropicContainerSkill:
1219+ example:
1220+ skill_id: 'pdf'
1221+ type: 'anthropic'
1222+ version: 'latest'
1223+ properties:
1224+ skill_id:
1225+ type: 'string'
1226+ type:
1227+ enum:
1228+ - 'anthropic'
1229+ - 'custom'
1230+ type: 'string'
1231+ version:
1232+ type: 'string'
1233+ required:
1234+ - 'skill_id'
1235+ - 'type'
1236+ - 'version'
1237+ type: 'object'
12101238 AnthropicContainerUpload:
12111239 example:
12121240 file_id: 'file_01abc'
@@ -1820,6 +1848,7 @@ components:
18201848 AnthropicSystemClearAt:
18211849 enum:
18221850 - 'next_user_message'
1851+ - 'never'
18231852 - null
18241853 example: 'next_user_message'
18251854 type:
@@ -2104,10 +2133,12 @@ components:
21042133 properties:
21052134 prefix_mismatch_behavior:
21062135 enum:
2136+ - 'error'
21072137 - 'drop_block'
2108- type: 'string'
2109- required:
2110- - 'prefix_mismatch_behavior'
2138+ - null
2139+ type:
2140+ - 'string'
2141+ - 'null'
21112142 type:
21122143 - 'object'
21132144 - 'null'
You can’t perform that action at this time.
0 commit comments