refactor: summarize error message without line number

This commit is contained in:
Florian Hönicke
2023-06-04 17:09:42 +02:00
parent 65babe3819
commit 67736e1db3

View File

@@ -38,8 +38,6 @@ Update the description of the Microservice to make it more precise without addin
Note: the output must be a list of tasks the Microservice has to perform.
Note: you must uses the following tools if necessary:
{get_available_tools()}
Note: if you use gpt then mention it as gpt_3_5_turbo.
Note: if you use search then mention it as google_custom_search.
Example for the description: "return an image representing the current weather for a given location." \
when the tools gpt_3_5_turbo and google_custom_search are available:
1. get the current weather information from the https://openweathermap.org/ API