vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
6.24k stars 1.96k forks source link

How to make the assistant write the first message? #305

Open simpel opened 5 months ago

simpel commented 5 months ago

Hi!

I'd like the assistant to start the conversation, basically just writing the first message. How can I do this so the thread understands it and treats it as the first message in the chat? Of course I can fake the UI so it looks like a message but the thread won't recognize it.

This is basically what I want to achieve:

  1. Assistant: Hi, my name is Mr. Assistant. I'm gonna mess up your career
  2. User: Nice! What's your name?
  3. Assistant: My name is Mr. Assistant
intoxopox commented 4 months ago

Yes, what's the best way to have the LLM start based on the instruction in the system prompt?