Skip to content

Commit 3348a8d

Browse files
committed
fix parser type hint
1 parent 75a46a5 commit 3348a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lmi/src/lmi/llms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ class LiteLLMModel(LLMModel):
670670
"Custom parser for converting LLM completions to tool requests. "
671671
"Accepts either `(completion: str, tools: list[dict] | None) -> ToolRequestMessage | Message` "
672672
"or `(choice: litellm.utils.Choices, tools: list[dict] | None) -> ToolRequestMessage | Message`. "
673-
"Returns `ToolRequestMessage` on successful parsing, `Message` otherwise."
673+
"Returns `aviary.core.ToolRequestMessage` on successful parsing, `aviary.core.Message` otherwise."
674674
),
675675
)
676676
config: dict = Field(

0 commit comments

Comments
 (0)