We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29d399 commit a4ebb2dCopy full SHA for a4ebb2d
1 file changed
rust/tool_call.rs
@@ -283,6 +283,8 @@ pub enum ToolCallContent {
283
/// Embed a terminal created with `terminal/create` by its id.
284
///
285
/// The terminal must be added before calling `terminal/release`.
286
+ ///
287
+ /// See protocol docs: [Terminal](https://agentclientprotocol.com/protocol/terminal)
288
#[serde(rename_all = "camelCase")]
289
Terminal { terminal_id: crate::TerminalId },
290
}
0 commit comments