mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-24 00:54:19 +01:00
➕ refactor: summarize error message without line number
This commit is contained in:
@@ -71,7 +71,7 @@ Description of the microservice:
|
|||||||
'Microservice description': microservice_description,
|
'Microservice description': microservice_description,
|
||||||
},
|
},
|
||||||
conditions=[
|
conditions=[
|
||||||
lambda:True
|
lambda _:True
|
||||||
],
|
],
|
||||||
question_gen=f'Generate a question that asks for the endpoint for {api} and an example of a request and response when interacting with the API.',
|
question_gen=f'Generate a question that asks for the endpoint for {api} and an example of a request and response when interacting with the API.',
|
||||||
extension_name=f'Instructions for {api}',
|
extension_name=f'Instructions for {api}',
|
||||||
|
|||||||
Reference in New Issue
Block a user