File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 136
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-506f44f37cccac43899267dd64cc5615e96f6e15f2736aa37e5e4eed2eccc567 .yml
3- openapi_spec_hash : d242c25afd700d928787a46e7901fa45
4- config_hash : ad7136f7366fddec432ec378939e58a7
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-f1f6d4ab31f58e4d3dd84b28802a7cba3b3f042f9d2940e0dae2b133af064968 .yml
3+ openapi_spec_hash : 4f5eaf9930f283a039c1a536961591d4
4+ config_hash : d827d220d7967208cd0207c0518554b7
Original file line number Diff line number Diff line change @@ -3278,6 +3278,11 @@ export namespace ResponseInputItem {
32783278 * output.
32793279 */
32803280 max_output_length ?: number | null ;
3281+
3282+ /**
3283+ * The status of the shell call output.
3284+ */
3285+ status ?: 'in_progress' | 'completed' | 'incomplete' | null ;
32813286 }
32823287
32833288 /**
You can’t perform that action at this time.
0 commit comments