CursorCliSdk.Types.ToolResultEvent (CursorCliSdk v0.2.0)

Copy Markdown View Source

Cursor tool-call completion event.

Summary

Types

t()

@type t() :: %CursorCliSdk.Types.ToolResultEvent{
  content: term(),
  extra: map(),
  is_error: boolean(),
  metadata: map(),
  raw: map(),
  tool_call_id: String.t(),
  type: :tool_result
}