struct
ACP::Protocol::ToolCallTerminal
- ACP::Protocol::ToolCallTerminal
- ACP::Protocol::ToolCallContent
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
acp/protocol/tool_call_content.crConstructors
- .new(pull : JSON::PullParser)
- .new(terminal_id : String, meta : Hash(String, JSON::Any) | Nil = nil)
Instance Method Summary
-
#meta : Hash(String, JSON::Any) | Nil
Extension metadata.
-
#meta=(meta : Hash(String, JSON::Any) | Nil)
Extension metadata.
-
#terminal_id : String
The ID of a terminal created with
terminal/create(required). -
#terminal_id=(terminal_id : String)
The ID of a terminal created with
terminal/create(required). -
#type : String
Always "terminal" for this variant.
Instance methods inherited from struct ACP::Protocol::ToolCallContent
type : String
type
Constructor methods inherited from struct ACP::Protocol::ToolCallContent
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
def terminal_id=(terminal_id : String)
#
The ID of a terminal created with terminal/create (required).