Skip to content

Commit

Permalink
chore(example/memory): tweak messages
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu authored and wenfengwang committed Jul 31, 2024
1 parent f6c6489 commit b356a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/memory/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MyTool(FunctionTool):
@function
def get_test_id(
self,
test_id: Annotated[int, FromContext(query="{user} test id")],
test_id: Annotated[int, FromContext(query="{user}'s test id")],
):
"""
Get test id
Expand Down

0 comments on commit b356a08

Please sign in to comment.