struct ACP::Protocol::ToolCallTerminal

Included Modules

Defined in:

acp/protocol/tool_call_content.cr

Constructors

Instance Method Summary

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

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(terminal_id : String, meta : Hash(String, JSON::Any) | Nil = nil) #

[View source]

Instance Method Detail

def meta : Hash(String, JSON::Any) | Nil #

Extension metadata.


[View source]
def meta=(meta : Hash(String, JSON::Any) | Nil) #

Extension metadata.


[View source]
def terminal_id : String #

The ID of a terminal created with terminal/create (required).


[View source]
def terminal_id=(terminal_id : String) #

The ID of a terminal created with terminal/create (required).


[View source]
def type : String #

Always "terminal" for this variant.


[View source]