fix: Resolve issue with LLMAdapter calling wrong method
This commit is contained in:
parent
6f8c4205c5
commit
b076078e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class GraphCompletionCotRetriever(GraphCompletionRetriever):
|
||||||
prompt_file_name=self.followup_system_prompt_path
|
prompt_file_name=self.followup_system_prompt_path
|
||||||
)
|
)
|
||||||
|
|
||||||
followup_question = await LLMAdapter.llm_client.acreate_structured_output(
|
followup_question = await LLMAdapter.acreate_structured_output(
|
||||||
text_input=followup_prompt, system_prompt=followup_system, response_model=str
|
text_input=followup_prompt, system_prompt=followup_system, response_model=str
|
||||||
)
|
)
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue