We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6cb58 commit af2e3dcCopy full SHA for af2e3dc
examples/test_json_database.py
@@ -62,7 +62,7 @@ def get_user_info(name):
62
"""Fetch user information from the database by name (case-insensitive)"""
63
return user_database.get(name.strip().lower(), "User not found in database")
64
65
-client = T.clients.openrouter("api_key")
+client = T.clients.openrouter("You are a technical assistant who MUST use the get_user_info tool before answering questions about users")
66
prompt = """Give me the information you have access to on the following users :
67
- jean dupont
68
- marie dubois
@@ -125,4 +125,4 @@ def get_user_info(name):
125
print("\n","="*50,"\n")
126
127
for m in messages :
128
- print(m)
+ print(m)
0 commit comments