Headers not being added to dynamic handoff tool re...
# support
n
With the handoff tool, we are able to request a handoff based off of a dynamic server endpoint. The documentation says that we should be able to add in headers as key-value pairs, but those headers are not coming through on the request { type: "handoff", destinations: [ { type: "dynamic", server: { url: "", headers: { Authorization: "Bearer auth-token", }, }, description: "English", }, ], function: { name: "handoff_to_english", }, },
If we add it to the assistant -> server -> headers it is included in that request. It would still be nice to have the option to add it specifically to each tool call, but we are unblocked for now so this is not urgent.
a
sorry about that, should be fixed now
c
Hello, Thank you for reaching out to us. We just wanted to check in to see if your issue has been resolved. If not, please let us know and we’ll be glad to look into it further and provide any additional assistance you may need.
n
Yes, that is working now. Thank you
c
Thanks for getting back to us. We are delighted to know your issue has been resolved. Please do let us know if you need further assistance. We will be closing this for now and have a great day ahead!
4 Views