marvin-ai/marvin-python-toolbox

Engine response format has a double quotes when the response is a simple string

Closed this issue · 0 comments

Eg.

If final prediction is: "any response"
The response from engine execute will be: ""any response""
But the correct response must be: "any response"