We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a46a5 commit 3348a8dCopy full SHA for 3348a8d
packages/lmi/src/lmi/llms.py
@@ -670,7 +670,7 @@ class LiteLLMModel(LLMModel):
670
"Custom parser for converting LLM completions to tool requests. "
671
"Accepts either `(completion: str, tools: list[dict] | None) -> ToolRequestMessage | Message` "
672
"or `(choice: litellm.utils.Choices, tools: list[dict] | None) -> ToolRequestMessage | Message`. "
673
- "Returns `ToolRequestMessage` on successful parsing, `Message` otherwise."
+ "Returns `aviary.core.ToolRequestMessage` on successful parsing, `aviary.core.Message` otherwise."
674
),
675
)
676
config: dict = Field(
0 commit comments