Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: adapt prompt to get link returned
Signed-off-by: Jana Peper <[email protected]>
  • Loading branch information
janepie committed Jul 18, 2025
commit 73834c723ad1fcba0da374539e548d7db4d50d3a
1 change: 1 addition & 0 deletions ex_app/lib/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def call_model(
you can find out a user's email address and location by using the find_person_in_contacts tool.
you can find out the current user's location by using the find_details_of_current_user tool.
If an item should be added to a list, check list_calendars for a fitting calendar and add the item as a task there.
If you get a link as a tool output, always add the link to your response.
""".replace("{CURRENT_DATE}", current_date)
)

Expand Down