libtmux_mcp.models.ToolCallBatchResult
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Bases:
- BaseModel
Structured result for a serial batch of MCP tool calls.
Members
- results : list[ToolCallOperationResult] = Field( default_factory=list, description="Per-operation results in attempted order.", )
- succeeded : int = Field(description="Number of nested tool calls that succeeded.")
- response_truncated : bool = Field( default=False, description=( "True when nested result payloads were elided to keep the batch " "response under the server response cap." ), )
- response_truncated_bytes : int = Field( default=0, description="Approximate serialized bytes removed from nested result payloads.", )