Skip to content

Commit a4ebb2d

Browse files
committed
Add docs ref
1 parent e29d399 commit a4ebb2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/tool_call.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ pub enum ToolCallContent {
283283
/// Embed a terminal created with `terminal/create` by its id.
284284
///
285285
/// The terminal must be added before calling `terminal/release`.
286+
///
287+
/// See protocol docs: [Terminal](https://agentclientprotocol.com/protocol/terminal)
286288
#[serde(rename_all = "camelCase")]
287289
Terminal { terminal_id: crate::TerminalId },
288290
}

0 commit comments

Comments
 (0)