AI Summary
Manual workflow that sends text to an LLM and returns the response
manual llm text-generation summary
What's Included
| Field | Value |
|---|---|
| Name | AI Summary |
| Type | Workflow |
| Trigger | manual |
| Steps | 1 |
| Inputs | 1 |
Full JSON
Click to expand
{
"description": "Manual workflow that sends text to an LLM and returns the response",
"tags": [
"manual",
"llm",
"text-generation",
"summary"
],
"document": {
"name": "AI Summary",
"enabled": true,
"log_level": "info",
"trigger": {
"type": "manual"
},
"workflowInput": [
{
"name": "prompt",
"description": "User prompt",
"schema": {
"type": "string",
"required": true
}
}
],
"steps": [
{
"condition": {
"expr": "true",
"onFailure": "throw",
"resultType": "any"
},
"action": {
"actionType": "actions/ai/llm/chat/generate",
"actions/ai/llm/chat/generate": {
"is_advanced": false,
"text": {
"expr": "prompt",
"onFailure": "throw",
"resultType": "any"
}
}
}
}
],
"returnExpression": {
"expr": "step(0).choices[0].message.content"
}
}
}
How to Import
- Download the ZIP file using the button above
- Navigate to Company Settings → Data Transfer in your AutoTalk dashboard
- Click Import and select the downloaded ZIP file
- Review the import summary and confirm
- All document IDs are automatically remapped — no manual ID editing needed