Skip to content

mify.llm.chat

Node ID: mify.llm.chat

Category: llm

InputTypeDescription
messagesarray
systemPromptstring
userMessage (required)string
querystringQuery text for RAG pipelines
chunksarrayRetrieved chunks for RAG pipelines
documentsarrayDocuments array for simple pipelines
contextstringOptional context string (alternative to chunks/documents)
OutputTypeDescription
responsestring
usageobject