LLM Chat
Chat with AI (requires llm capability)
function chat({ message = 'What is the capital of France?' }) {
// Requires llm.predict capability to be configured
let response = llmPredict({ prompt: message })
return { response }
}
Chat with AI (requires llm capability)
function chat({ message = 'What is the capital of France?' }) {
// Requires llm.predict capability to be configured
let response = llmPredict({ prompt: message })
return { response }
}