gptscript-ai / gptscript

Build AI assistants that interact with your systems
https://gptscript.ai
Apache License 2.0
3.07k stars 270 forks source link

feat(sys.http.post): add option to include response in output #826

Closed rinor closed 1 month ago

rinor commented 2 months ago

Added a new parameter includeResponse to the SysHTTPPost function to allow inclusion of the HTTP POST response in the output. This provides more flexibility in handling responses directly within the tool.