How can I pass my own data into this conversation? I have data that I would like to fetch from the database and pass into the conversation but all the guides Ive found lead to errors and I can't seem to find a more in depth API reference so I can figure out what I can pass into the conversation.
chat: a.conversation({
aiModel: a.ai.model("Claude 3 Haiku"),
systemPrompt: You are a helpful assistant,
}),