fix: Resolve issue with LLMAdapter calling wrong method

This commit is contained in:
Igor Ilic 2025-08-05 20:25:42 +02:00
parent 6f8c4205c5
commit b076078e4f

View file

@ -114,7 +114,7 @@ class GraphCompletionCotRetriever(GraphCompletionRetriever):
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
)
logger.info(