Skip to content
Snippets Groups Projects
Commit 813a1445 authored by tolgadevAI's avatar tolgadevAI
Browse files

lint

parent 6c8b10f6
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ class Route(BaseModel): ...@@ -89,7 +89,7 @@ class Route(BaseModel):
"argument is passed." "argument is passed."
) )
# if a function schema is provided we generate the inputs # if a function schema is provided we generate the inputs
extracted_inputs = await self.llm.async_extract_function_inputs( extracted_inputs = await self.llm.async_extract_function_inputs( # type: ignore # openai-llm
query=query, function_schemas=self.function_schemas query=query, function_schemas=self.function_schemas
) )
func_call = extracted_inputs func_call = extracted_inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment