semantic_router.utils.function_call#

Functions

convert_python_type_to_json_type(param_type)

rtype:

str

get_schema(item)

rtype:

Dict[str, Any]

get_schema_list(items)

rtype:

List[Dict[str, Any]]

route_and_execute(query, llm, functions, layer)

rtype:

Any