Skip to main content

Types

Classes

NameSummary
BashToolResponseRepresents the response payload returned by the Claude Code Bash tool after executing a shell command.
EditToolResponseRepresents the response payload returned by the Claude Code Edit tool after performing a string replacement in a file.
StructuredPatchHunkRepresents a single hunk (contiguous block of changes) in a unified diff patch.
GlobToolResponseRepresents the response payload returned by the Claude Code Glob tool after searching for files matching a pattern.
GrepToolResponseRepresents the response payload returned by the Claude Code Grep tool after searching for content within files.
KillShellToolResponseRepresents the response payload returned by the Claude Code KillShell tool after attempting to terminate a background shell process.
NotebookEditToolResponseRepresents the response payload returned by the Claude Code NotebookEdit tool after modifying a Jupyter notebook cell.
ReadToolResponseRepresents the response payload returned by the Claude Code Read tool after reading a file.
ReadToolFileInfoContains detailed information about a file read by the Claude Code Read tool, including its path, content, and line-related metadata.
TaskToolResponseRepresents the response payload returned by the Claude Code Task tool after executing a subagent to handle a complex task.
TodoWriteToolResponseRepresents the response payload returned by the Claude Code TodoWrite tool after updating the task list.
WebFetchToolResponseRepresents the response payload returned by the Claude Code WebFetch tool after fetching and processing content from a URL.
WebSearchToolResponseRepresents the response payload returned by the Claude Code WebSearch tool after performing a web search.
WebSearchResultContainerRepresents a container grouping web search results from a single search operation.
WebSearchResultItemRepresents an individual web search result with a title and URL.
WriteToolResponseRepresents the response payload returned by the Claude Code Write tool after creating or overwriting a file.