Normandy.Components.ToolResult (normandy v0.6.0)

View Source

Represents the result of executing a tool.

Contains the tool call ID, whether it succeeded, and the result or error.

Summary

Types

t()

@type t() :: %Normandy.Components.ToolResult{
  __meta__: term(),
  is_error: boolean(),
  output: term(),
  tool_call_id: String.t()
}