File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
src/cloudflare/types/workers Expand file tree Collapse file tree 2 files changed +13
-4
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 1313 "ImageClassification" ,
1414 "ObjectDetection" ,
1515 "ObjectDetectionBox" ,
16- "Response" ,
16+ "UnionMember7" ,
17+ "UnionMember7ToolCall" ,
1718 "Translation" ,
1819 "Summarization" ,
1920 "ImageToText" ,
@@ -74,9 +75,17 @@ class ObjectDetection(BaseModel):
7475 score : Optional [float ] = None
7576
7677
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 ):
7885 response : Optional [str ] = None
7986
87+ tool_calls : Optional [List [UnionMember7ToolCall ]] = None
88+
8089
8190class Translation (BaseModel ):
8291 translated_text : Optional [str ] = None
@@ -98,7 +107,7 @@ class ImageToText(BaseModel):
98107 SpeechRecognition ,
99108 List [ImageClassification ],
100109 List [ObjectDetection ],
101- Response ,
110+ UnionMember7 ,
102111 object ,
103112 Translation ,
104113 Summarization ,
You can’t perform that action at this time.
0 commit comments