agent: nit
This commit is contained in:
parent
a61ebebaa0
commit
24e34f174b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from examples.openai.prompting import ToolsPromptStyle
|
||||||
def _get_params_schema(fn: Callable, verbose):
|
def _get_params_schema(fn: Callable, verbose):
|
||||||
if isinstance(fn, OpenAPIMethod):
|
if isinstance(fn, OpenAPIMethod):
|
||||||
return fn.parameters_schema
|
return fn.parameters_schema
|
||||||
|
|
||||||
# converter = SchemaConverter(prop_order={}, allow_fetch=False, dotall=False, raw_pattern=False)
|
# converter = SchemaConverter(prop_order={}, allow_fetch=False, dotall=False, raw_pattern=False)
|
||||||
schema = TypeAdapter(fn).json_schema()
|
schema = TypeAdapter(fn).json_schema()
|
||||||
# Do NOT call converter.resolve_refs(schema) here. Let the server resolve local refs.
|
# Do NOT call converter.resolve_refs(schema) here. Let the server resolve local refs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue