gptscript-ai / gptscript

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

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

Open rinor opened 1 month ago

rinor commented 1 month 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.