ghughes13
03/02/2025, 4:46 PMVapi Support Bot
03/02/2025, 4:47 PMassistantId
, Vapi will attempt to retrieve the relevant assistant configuration from the server.
2. **Assistant ID Retrieval**: The assistantId
can be found in different properties, such as call.assistantId
or assistant.parentId
. If the assistantId
is in call.assistantId
, it indicates direct involvement of the assistant. If it's in assistant.parentId
, it suggests that a subprocess (child assistant) is handling the call.
3. **Dynamic Variables**: Calls that require dynamic content or specific configurations will utilize JSON objects. For example, if you need to pass dynamic variables or customize the assistant's responses, a JSON payload is necessary.
4. **Server Configuration**: Your server must be set up to construct and return the appropriate JSON objects when requested by Vapi. If the server is not configured correctly, it may lead to calls without a JSON object.
In summary, whether a call has an assistant with a JSON object depends on the caller's identification, the presence of an assistantId
, the need for dynamic content, and the server's configuration. If you have any specific scenarios or further questions, feel free to ask! 😊
Sources:
- [Vapi Server URL Events Documentation](https://docs.vapi.ai/server-url/events)
- [Dynamic Variables in Vapi](https://docs.vapi.ai/assistants/dynamic-variables)
- [Vapi Tools Calling Documentation](https://docs.vapi.ai/tools/custom-tools)ghughes13
03/02/2025, 4:50 PMAssistant
part doesn't show up, does that mean my assistant isn't using it's knowledge base? / Any advice on fixing that?Shubham Bajaj
03/03/2025, 2:11 PMghughes13
03/03/2025, 2:51 PM2fdcb643-8c9f-47de-a66e-4fa72e1fbcaf
- c495b5c8-1d0d-4dd9-ab97-8f70e3cbd1df
- ee6aa8d9-fce1-4bc4-8356-b355b5401e8c
Without Assistant Tab:
- cd1a096b-3069-4206-8b28-7bf1c3d43a35
- 93d3d0a8-2f68-4850-a351-f11e0c4053f3
- 9e5b7bab-b8d3-43f0-932e-001e347b8755
ghughes13
03/03/2025, 2:51 PMghughes13
03/03/2025, 2:51 PMShubham Bajaj
03/06/2025, 1:40 PMShubham Bajaj
03/06/2025, 1:47 PMghughes13
03/06/2025, 1:47 PMghughes13
03/06/2025, 1:48 PMShubham Bajaj
03/06/2025, 1:49 PM