SkillKit.Types.ToolResult (SkillKit v0.1.0)

Copy Markdown View Source

The result of executing a tool.

Summary

Types

t()

@type t() :: %SkillKit.Types.ToolResult{
  agent: String.t() | nil,
  content: String.t(),
  is_error: boolean(),
  name: String.t() | nil,
  tool_call_id: String.t()
}