File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/prompt_foundry_python_sdk/types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 21
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-b8126e888081f9b8e261a52a8a95ec441666f752df583f08d14a212c27de37eb .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-265943fe7b3601e5408bb1937caf6d9de132f59dae77150042441ff4896d9a73 .yml
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ class ParametersToolFunction(BaseModel):
162
162
163
163
description : Optional [str ] = None
164
164
165
- parameters : Optional [object ] = None
165
+ parameters : Optional [Dict [ str , Optional [ object ]] ] = None
166
166
167
167
168
168
class ParametersTool (BaseModel ):
You can’t perform that action at this time.
0 commit comments