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 1
1
configured_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 =
39
39
| AIRunResponse . SpeechRecognition
40
40
| Array < AIRunResponse . ImageClassification >
41
41
| Array < AIRunResponse . ObjectDetection >
42
- | AIRunResponse . Response
42
+ | AIRunResponse . UnionMember7
43
43
| Uploadable
44
44
| AIRunResponse . Translation
45
45
| AIRunResponse . Summarization
@@ -104,8 +104,18 @@ export namespace AIRunResponse {
104
104
}
105
105
}
106
106
107
- export interface Response {
107
+ export interface UnionMember7 {
108
108
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
+ }
109
119
}
110
120
111
121
export interface Translation {
You can’t perform that action at this time.
0 commit comments