sry, checked my nodejs code, its camelCase, but th...
# general-english
k
sry, checked my nodejs code, its camelCase, but the webhook logs maybe transforms the response? const response = { results: [ { toolCallId, result: gptResponse, }, ], } res.json(response); this is how I send back from the backend
2 Views