Lava Filters - AgentToolResult
Category:AI Agent
Description:
Sets the result status and content of the agent tool. This will replace any existing result that may have previously been created. The result object is returned which allows easy chaining to other result related filters.
Input:
Lava: {% assign message = 'The changes you requested have been made.' %}
{{ 'Success' | AgentToolResult:message }}
Output: