docs: fix docstring (#1816)

This commit is contained in:
Mathew Shen
2024-09-05 17:30:37 +08:00
committed by GitHub
parent da2fd1a51a
commit 8099d60e0e

View File

@@ -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.