File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 1348
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-d492ae5acff80b29c47150117fb6934a23891c45978e644382ebaa5bbee60222 .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-60eaec2f4029582531bbb45c66bb499e91203845eeeb3d507ae7ed5675a6bbe6 .yml
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export type AIRunResponse =
3939 | AIRunResponse . SpeechRecognition
4040 | Array < AIRunResponse . ImageClassification >
4141 | Array < AIRunResponse . ObjectDetection >
42- | AIRunResponse . Response
42+ | AIRunResponse . UnionMember7
4343 | Uploadable
4444 | AIRunResponse . Translation
4545 | AIRunResponse . Summarization
@@ -104,8 +104,18 @@ export namespace AIRunResponse {
104104 }
105105 }
106106
107- export interface Response {
107+ export interface UnionMember7 {
108108 response ?: string ;
109+
110+ tool_calls ?: Array < UnionMember7 . ToolCall > ;
111+ }
112+
113+ export namespace UnionMember7 {
114+ export interface ToolCall {
115+ arguments ?: unknown ;
116+
117+ name ?: string ;
118+ }
109119 }
110120
111121 export interface Translation {
You can’t perform that action at this time.
0 commit comments