Hi,
is there someone to help me with a problem..
i am trying to pass tool id in hooks section of assistant i tried it how in docs is defined i get one same error hooks.property should not exist
hooks.property do should not exist ..
I tried everything from docs
hooks=[
{
"on": "call.started",
"do": [
{
"type": "tool",
"toolId": "1678d2a1-96a8-4b3d-8cf9-98a470b4c7f7"
}
]
}
]