llmToolCallResponse
Sends the result of a frontend tool workflow back to the BetterForms LLM tool-response service.
Expected Options
Key
Type
Description
Example
{
"action": "llmToolCallResponse",
"options": {
"toolCallId": "tool_123",
"success": true,
"message": "UI action completed"
}
}Behavior Notes
Related Pages
Last updated
Was this helpful?