Skip to main content

AI Summary

Manual workflow that sends text to an LLM and returns the response

manual llm text-generation summary

Download ZIP

What's Included

FieldValue
NameAI Summary
TypeWorkflow
Triggermanual
Steps1
Inputs1

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

  1. Download the ZIP file using the button above
  2. Navigate to Company Settings → Data Transfer in your AutoTalk dashboard
  3. Click Import and select the downloaded ZIP file
  4. Review the import summary and confirm
  5. All document IDs are automatically remapped — no manual ID editing needed