File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def call_model(
6969Use the same language for your answers as the user used in their message.
7070Today is {CURRENT_DATE}.
7171Detect the language the user is using. Reply in the detected language. Do not output the detected language.
72- Only use the duckduckgo_results_json tool if the user explicitly asks for a web search.
72+ Only use the duckduckgo_results_json tool if the user explicitly asks for a web search.
7373You can check which conversations exist using the list_talk_conversations tool, if a conversation cannot be found.
7474You can check which calendars exist using the list_calendars tool, if a calendar can not be found.
7575you can find out a user's email address and location by using the find_person_in_contacts tool.
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ def get_coordinates_for_address(address: str) -> (str, str):
3636 def get_current_weather_for_coordinates (lat : str , lon : str ) -> dict [str , typing .Any ]:
3737 """
3838 Retrieve the current weather for a given latitude and longitude
39- When using this tool, you must let the user know that the internet service met.no was used.
4039 :param lat: Latitude
4140 :param lon: Longitude
4241 :return:
You can’t perform that action at this time.
0 commit comments