diff --git a/fern/community/knowledgebase.mdx b/fern/community/knowledgebase.mdx index 4b9090e..adc06aa 100644 --- a/fern/community/knowledgebase.mdx +++ b/fern/community/knowledgebase.mdx @@ -8,7 +8,7 @@ slug: knowledgebase ## **What is Vapi's Knowledge Base?** -Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries. +Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries. This is currently available in Vapi via the API, and will be on the dashboard soon. ### **Why Use a Knowledge Base?** @@ -78,7 +78,7 @@ curl --location --request PATCH 'https://api.vapi.ai/assistant/' \ "model": "gpt-4o", "messages": [ { - "content": "You are a smart assistant who responds to user queries using the information you know, or information supplied by outside context.", # System prompt that defines the assistant's behavior and capabilities + "content": "You are a smart assistant who responds to user queries using the information you know, or information supplied by outside context.", "role": "system" } ] diff --git a/fern/customization/knowledgebase.mdx b/fern/customization/knowledgebase.mdx index 4b9090e..adc06aa 100644 --- a/fern/customization/knowledgebase.mdx +++ b/fern/customization/knowledgebase.mdx @@ -8,7 +8,7 @@ slug: knowledgebase ## **What is Vapi's Knowledge Base?** -Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries. +Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries. This is currently available in Vapi via the API, and will be on the dashboard soon. ### **Why Use a Knowledge Base?** @@ -78,7 +78,7 @@ curl --location --request PATCH 'https://api.vapi.ai/assistant/' \ "model": "gpt-4o", "messages": [ { - "content": "You are a smart assistant who responds to user queries using the information you know, or information supplied by outside context.", # System prompt that defines the assistant's behavior and capabilities + "content": "You are a smart assistant who responds to user queries using the information you know, or information supplied by outside context.", "role": "system" } ] diff --git a/fern/knowledgebase.mdx b/fern/knowledgebase.mdx index 4b9090e..adc06aa 100644 --- a/fern/knowledgebase.mdx +++ b/fern/knowledgebase.mdx @@ -8,7 +8,7 @@ slug: knowledgebase ## **What is Vapi's Knowledge Base?** -Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries. +Our Knowledge Base is a collection of custom documents that contain information on specific topics or domains. By integrating a Knowledge Base into your voice AI assistant, you can enable it to provide more accurate and informative responses to user queries. This is currently available in Vapi via the API, and will be on the dashboard soon. ### **Why Use a Knowledge Base?** @@ -78,7 +78,7 @@ curl --location --request PATCH 'https://api.vapi.ai/assistant/' \ "model": "gpt-4o", "messages": [ { - "content": "You are a smart assistant who responds to user queries using the information you know, or information supplied by outside context.", # System prompt that defines the assistant's behavior and capabilities + "content": "You are a smart assistant who responds to user queries using the information you know, or information supplied by outside context.", "role": "system" } ]