File tree 2 files changed +5
-1
lines changed
src/cloudflare/types/ai_gateway
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1343
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-799a9bbf5649fd0d0530e2b7cd45106c66c52539d1ff188e812b00570931aef0 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-251166f81d34bc492cd6c4fdd7ac8e6861c3541b3f6daee95299402290925165 .yml
Original file line number Diff line number Diff line change @@ -35,8 +35,12 @@ class LogGetResponseItem(BaseModel):
35
35
36
36
metadata : Optional [str ] = None
37
37
38
+ request_content_type : Optional [str ] = None
39
+
38
40
request_type : Optional [str ] = None
39
41
42
+ response_content_type : Optional [str ] = None
43
+
40
44
status_code : Optional [int ] = None
41
45
42
46
step : Optional [int ] = None
You can’t perform that action at this time.
0 commit comments