File tree 2 files changed +13
-4
lines changed
src/cloudflare/types/workers
2 files changed +13
-4
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 13
13
"ImageClassification" ,
14
14
"ObjectDetection" ,
15
15
"ObjectDetectionBox" ,
16
- "Response" ,
16
+ "UnionMember7" ,
17
+ "UnionMember7ToolCall" ,
17
18
"Translation" ,
18
19
"Summarization" ,
19
20
"ImageToText" ,
@@ -74,9 +75,17 @@ class ObjectDetection(BaseModel):
74
75
score : Optional [float ] = None
75
76
76
77
77
- class Response (BaseModel ):
78
+ class UnionMember7ToolCall (BaseModel ):
79
+ arguments : Optional [object ] = None
80
+
81
+ name : Optional [str ] = None
82
+
83
+
84
+ class UnionMember7 (BaseModel ):
78
85
response : Optional [str ] = None
79
86
87
+ tool_calls : Optional [List [UnionMember7ToolCall ]] = None
88
+
80
89
81
90
class Translation (BaseModel ):
82
91
translated_text : Optional [str ] = None
@@ -98,7 +107,7 @@ class ImageToText(BaseModel):
98
107
SpeechRecognition ,
99
108
List [ImageClassification ],
100
109
List [ObjectDetection ],
101
- Response ,
110
+ UnionMember7 ,
102
111
object ,
103
112
Translation ,
104
113
Summarization ,
You can’t perform that action at this time.
0 commit comments