#AI Help

2 messages · Page 1 of 1 (latest)

outer cipher
#

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,
}),

outer cipher
#

Anyone have any suggestions here? There has to be a way to pass data into the conversation.