microsoft / genaiscript

Generative AI Scripting
https://microsoft.github.io/genaiscript/
MIT License
81 stars 22 forks source link

curl escape #534

Closed pelikhan closed 3 weeks ago

pelikhan commented 3 weeks ago

Fix JSON escaping of curl commands

generated by pr-describe

github-actions[bot] commented 3 weeks ago

The changes in the GIT_DIFF indicate that the curl command in a TypeScript file has been modified to explicitly use the POST method and to handle single quotes in the JSON payload more robustly.

Concerns:

Suggestion:

Given that the changes are related to command-line execution and not directly to TypeScript code functionality, and assuming the escaping has been properly tested, the changes look good.

Response: LGTM :rocket:

generated by pr-review