One change
results
api/messages/batches/results
Nearest release: v2.1.238, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
api/messages/batches/results Changed · +25 / -1 lines
from line 59
The time at which the container will expire. + - `skills: array of ContainerSkill or null` + + Skills loaded in the container + + - `skill_id: string` + + Skill ID + + - `type: "anthropic" or "custom"` + + Type of skill - either 'anthropic' (built-in) or 'custom' (user-defined) + + - `"anthropic"` + + - `"custom"` + + - `version: string` + + Skill version or 'latest' for most recent version + - `content: array of ContentBlock` Content generated by the model.
from line 264
- `"redacted_thinking"` - - `ToolUseBlock object { id, caller, input, 2 more }` + - `ToolUseBlock object { id, caller, input, 3 more }` - `id: string`
from line 305
- `type: "tool_use"` - `"tool_use"` + + - `toolset_name: optional string or null` + + For a toolset member tool_use, the toolset family. - `ServerToolUseBlock object { id, caller, input, 2 more }`