December 11, 2024
-
Use OpenAI Chat Completions in your Assistant: you can now more easily integrate your Assistant with OpenAI’s chat completions sessions by specifying
messages
(an array ofOpenAIMessage
objects) and anassistantId
(a string). EachOpenAIMessage
in turn consists of acontent
(a string between 1 and 100,000,000 characters) and a role (between assistant, function, user, system, tool). This makes it easier to manage chat sessions associated with a specific assistant. Refer to theChatDTO
,OpenAIMessage
schemas in our API docs to learn more. -
Update Subscription Email on Billing Page: you can now customize which email address appears on your Vapi invoices through the updated billing page > under payment history. You can specify an email address (in addition through physical address and tax id) - read more in our docs.