View Source Anthropic.Messages.Content.TextEditorCodeExecutionToolResult (anthropic_community v0.5.0)

The result of a text_editor server-tool call (view/create/str_replace). content is the raw decoded JSON payload — not deeply typed, since its shape varies by which editor command was run; see the text editor tool docs for its shape.

Summary

Types

@type t() :: %Anthropic.Messages.Content.TextEditorCodeExecutionToolResult{
  content: map(),
  tool_use_id: String.t()
}