Join Discord
Powered by
return json({ results: [ { toolCallId:...
# general-english
n
Nirten
09/19/2024, 12:55 PM
return json({ results: [ { toolCallId: payload.message.toolCalls[0].id, result: { time: "11:50 pm", timezone: "UTC" } } ] }); Yes i want the same structure to be sent to assistant
Previous
Next