Ravi
05/24/2025, 5:40 AMVapi Support Bot
05/24/2025, 5:41 AMjson
{
"assistant": {
"model": {
"messages": [
{
"role": "system",
"content": "You're a technical support assistant. Here's where we left off: ..."
}
]
}
}
}
This way, the agent can pick up the conversation where it left off when the caller reconnects.
Reference: [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)
Source:
- [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)Kings_big💫
05/24/2025, 6:21 AMVapi Support Bot
05/24/2025, 6:21 AMRavi
05/24/2025, 6:39 AMVapi Support Bot
05/24/2025, 6:40 AMjson
{
"assistant": {
"model": {
"messages": [
{
"role": "system",
"content": "You're a technical support assistant. Here's where we left off: [insert previous summary here]"
}
]
}
}
}
This lets the agent continue from where it left off. See the [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests) for more details.
Source:
- [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)Ravi
05/24/2025, 6:40 AMRavi
05/24/2025, 6:41 AMRavi
05/24/2025, 6:41 AMVapi Support Bot
05/24/2025, 6:41 AMVapi Support Bot
05/24/2025, 6:42 AMjson
{
"assistant": {
"model": {
"messages": [
{
"role": "system",
"content": "You're a technical support assistant. Here's where we left off: [insert previous summary here]"
}
]
}
}
}
This lets the agent continue from where it left off for that caller.
Reference: [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)
Source:
- [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)Vapi Support Bot
05/24/2025, 6:42 AMjson
{
"assistant": {
"model": {
"messages": [
{
"role": "system",
"content": "You're a technical support assistant. Here's where we left off: [insert previous summary here]"
}
]
}
}
}
This lets the agent continue the conversation from where it left off.
Reference: [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)
Source:
- [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)Vapi Support Bot
05/24/2025, 6:42 AMjson
{
"assistant": {
"model": {
"messages": [
{
"role": "system",
"content": "You're a technical support assistant. Here's where we left off: [insert previous summary here]"
}
]
}
}
}
This lets the agent continue from where it left off for that caller.
Reference: [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)
Source:
- [Vapi inbound support example](https://docs.vapi.ai/examples/inbound-support#handle-assistant-requests)