mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-23 16:44:20 +01:00
➕ refactor: summarize error message without line number
This commit is contained in:
@@ -47,7 +47,7 @@ when the tools gpt_3_5_turbo and google_custom_search are available:
|
|||||||
4. return the image as a base64 encoded string'''
|
4. return the image as a base64 encoded string'''
|
||||||
|
|
||||||
generate_request_schema_prompt = '''{context_string}
|
generate_request_schema_prompt = '''{context_string}
|
||||||
Generate the lean request json schema of the Microservice.k
|
Generate the lean request json schema of the Microservice.
|
||||||
Note: If you are not sure about the details, then come up with the minimal number of parameters possible (could be even no parameters).
|
Note: If you are not sure about the details, then come up with the minimal number of parameters possible (could be even no parameters).
|
||||||
Note: If you can decide to receive files as URLs or as base64 encoded strings, then choose the base64 encoded strings.'''
|
Note: If you can decide to receive files as URLs or as base64 encoded strings, then choose the base64 encoded strings.'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user