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

The result of a bash server-tool call. content is the raw decoded JSON payload (a stdout/stderr/return-code map, or an error map) — not deeply typed; see the bash tool docs for its shape.

Summary

Types

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