diff --git a/mem0/llms/openai_structured.py b/mem0/llms/openai_structured.py index 8f184646..b713ed7e 100644 --- a/mem0/llms/openai_structured.py +++ b/mem0/llms/openai_structured.py @@ -25,7 +25,7 @@ class OpenAIStructuredLLM(LLMBase): Args: response: The raw response from API. - response_format: The format in which the response should be processed. + tools (list, optional): List of tools that the model can call. Returns: str or dict: The processed response.