Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bakst committed Sep 12, 2024
1 parent cef939a commit aa6f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lilypad/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def content(self) -> str:
return self.response.content

def call_tools(self) -> list[Any] | Coroutine[Any, Any, list[Any]]:
"""Returns the tool message parameters constructred from calling each tool."""
"""Returns the tool message parameters constructed from calling each tool."""
if not (tools := self.response.tools):
return []
if fn_is_async(tools[0].call):
Expand Down

0 comments on commit aa6f6a6

Please sign in to comment.