File tree 3 files changed +3
-3
lines changed
src/cloudflare/types/ai_gateway
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1417
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cc1685d89cdcb1a8b9f5eada60808601470876a497be8898010890736c20e77f .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2d63750bcbd8172347f67b96d9f915bb7a400716f6e6d2088e6c00bef8b1e0a8 .yml
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class LogGetResponse(BaseModel):
37
37
38
38
metadata : Optional [str ] = None
39
39
40
- api_model_type : Optional [str ] = FieldInfo (alias = "model_type" , default = None )
40
+ ai_model_type : Optional [str ] = FieldInfo (alias = "model_type" , default = None )
41
41
42
42
request_content_type : Optional [str ] = None
43
43
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class LogListResponse(BaseModel):
37
37
38
38
metadata : Optional [str ] = None
39
39
40
- api_model_type : Optional [str ] = FieldInfo (alias = "model_type" , default = None )
40
+ ai_model_type : Optional [str ] = FieldInfo (alias = "model_type" , default = None )
41
41
42
42
request_content_type : Optional [str ] = None
43
43
You can’t perform that action at this time.
0 commit comments