Lucas van Staden
12/23/2024, 12:10 PM"message": {
"timestamp": 1734880604860,
"type": "tool-calls",
"tool_calls": [
{
"type": "function",
"function": {
"name": "tool",
"parameters": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"date_of_birth": {
"type": "string"
}
},
"required": [
"email",
"date_of_birth"
]
},
"arguments": {
"email": "{{conversation.output.email}}",
"date_of_birth": "{{start.output.date_of_birth}}"
}
},
"id": "42d3b619-8c5d-4f1d-b486-a358d991fcd1"