MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / BatchParams

Class BatchParams

crates/opencode-tool/src/batch.rs:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Debug, Clone, Serialize, Deserialize)]
12pub struct BatchParams {
13 pub tool_calls: Vec<ToolCall>,
14}
15
16#[derive(Debug, Clone, Serialize, Deserialize)]
17pub struct ToolCall {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected