Sahil
05/16/2024, 4:31 PMEthan Tan
05/16/2024, 4:57 PM{
"maxDurationSeconds": 1800,
"assistant": {
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "en"
},
"tools": {
"type": "function",
"messages": [
{
"type": "request-start",
"content": "Ok"
}
],
"function": {
"name": "name of tool",
"parameters": {
"type": "object",
"properties": {
"user_message": {
"type": "string"
}
}
},
"description": "description of tool"
},
"async": true,
"server": {
"url": "https://your-webhook-url"
}
},
"model": {
"messages": [...Sahil
05/16/2024, 5:08 PMSahil
05/16/2024, 5:09 PMEthan Tan
05/16/2024, 5:22 PMEthan Tan
05/16/2024, 5:33 PM{
"maxDurationSeconds": 1800,
"assistant": {
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "en"
},
"model": {
"messages": [
{
"content": "system prompt",
"role": "system"
}
],
"tools": {
"type": "function",
"messages": [
{
"type": "request-start",
"content": "Ok"
}
],
"function": {
"name": "tool_name",
"parameters": {
"type": "object",
"properties": {
"user_message": {
"type": "string"
}
}
},
"description": "tool description"
},
"async": true,
"server": {
"url": "https://your-make.com/webhook-url"
}
},Sahil
05/16/2024, 5:54 PMEthan Tan
05/16/2024, 7:51 PM