Default Chat
The default workflow provides a general-purpose conversational interface without domain-specific tools or pre-loaded context. It is useful for ad-hoc questions, testing, and any scenario not covered by the specialised workflows.
Workflow ID
default
Parameters
No workflow_data is required.
Example
{
"user_ids": ["@user:optimizemyday.ai"],
"workflow_id": "default",
"workflow_data": {},
"instance": "sandbox",
"config_id": "16167225",
"channel": "matrix",
"language": "en",
"new_room": true
}
How it works
The agent starts a conversation with the user using the configured LLM and the tenant's system prompt. No initial workflow data is injected, so the first message is simply a greeting.
The user can then ask any question. Depending on the tools enabled for the tenant, the agent may use memory, web search, or other general-purpose tools during the conversation.
Reactive mode
When a user messages the Cleo bot directly (on Matrix, Teams, Email, or WhatsApp) without a specific workflow being triggered, the agent responds using the default workflow configuration.