Using First Message for an assistant. Works very w...
# support
y
Send this first message as an assistant message as part of the history of that conversation. Basically have our llm "remember" that first message as part of the case. Is that possible ?
v
Hi @Youssef_Gep, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Update Assistant]() * [Create Assistant]() * [Get Assistant]() * [List Assistants]() -----------------------------
### Answer Currently, the first message in Vapi is designed to be a non-interruptible initial message that the assistant sends at the beginning of a call or conversation. This message is not designed to be part of the conversational history that the LLM "remembers" or considers in its subsequent responses [(1)]() . If you want this first message to be part of the conversational context, one approach could be to manually include similar content as part of the system prompt that configures the LLM's context at the start of the interaction. However, this may require adjusting the way prompts and responses are handled in your specific setup to ensure that the LLM treats this information as part of the ongoing conversation context . For more details on how to configure assistant settings and messages, you might want to refer to the official documentation on creating and managing assistants [(2)]() , [(1)]() .
s

https://www.youtube.com/watch?v=CvhonBxoJ00

y
thanks
v
Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
4 Views