Basic Information

appmixer.ai.openrouter.AIAgent

1.0.0

Public

Build an AI agent responding with contextual answers or performing contextual actions.

Properties

FieldTypeDescription
Model text ID of the model to use.
Instructions textarea The system instructions that the assistant uses. The maximum length is 256,000 characters. For example 'You are a personal math tutor.'.
Stream Responses toggle Stream partial responses as they arrive from the model. Note that this only has an effect on the built-in chat utility. Responses are still sent as a complete answer to the output of the agent. Also note that for streaming to work, the 'Thread ID' configuration of the Agent must be set to the 'Thread ID' output of the 'Chat Trigger' component.

Input Ports

in

FieldTypeDescription
Prompt textarea -
Thread ID text By setting a thread ID you can keep the context of the conversation. If you do not set a thread ID, the AI Agent will not use memory and will not keep the context of the conversation. This is useful e.g. if you want to use the AI Agent as a simple question and answer tool.
File ID filepicker Optionally, you can select a file to be used as additional context for the AI Agent. File types PNG, JPEG, GIF, WEBP and PDF have a direct model support. Other file types will be parsed as text and sent as a regular prompt. This is useful for CSV, JSON, .js, .py or other textual content. You can either upload a file directly or map a file from a previous connected component.
Memory Data Store select Select a data store to be used for storing the conversation context. This is useful if you want to preserve the context across different executions. Additionally, by saving the history to a data store, you can create other flows that export the history to your custom databases or external tools. Explore the Storage utilities to learn more about how to use the data store in your flows.

Output Ports

out

FieldTypeDescription
Answer -
Prompt -
Time (ms) -
Usage -

tools

FieldTypeDescription
Prompt -

mcp

FieldTypeDescription
No fields defined for this port

Full Metadata