Short answer: You can chat in Cohere by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Cohere Chat action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Model. Options: Command R+, Command R, Command, Command Light |
Message message | string | Required | Message. Example: Summarize this quarterly report... |
System Preamble preamble | string | Optional | Instructions for the model |
Temperature temperature | string | Optional | Temperature. Example: 0.3 |
{"model": "{{trigger.model}}","message": "e.g. Summarize this quarterly report...","preamble": "{{trigger.preamble}}","temperature": "e.g. 0.3"}
{"id": "abc123","usage": {"input_tokens": 50,"output_tokens": 200},"message": {"role": "assistant","content": "Based on the report..."},"finish_reason": "COMPLETE"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.