struct ACP::Protocol::ConfigOptionUpdate

Overview

Notification that session configuration options have been updated. See: https://agentclientprotocol.com/protocol/session-config-options#from-the-agent

Included Modules

Defined in:

acp/protocol/updates.cr

Constructors

Instance Method Summary

Instance methods inherited from struct ACP::Protocol::SessionUpdate

session_update : String session_update, session_update=(session_update : String) session_update=, type : String type

Constructor methods inherited from struct ACP::Protocol::SessionUpdate

new(pull : JSON::PullParser) new

Constructor Detail

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

Notification that session configuration options have been updated. See: https://agentclientprotocol.com/protocol/session-config-options#from-the-agent


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

[View source]

Instance Method Detail

def config_options : Array(JSON::Any) #

The full set of configuration options and their current values.


[View source]
def config_options=(config_options : Array(JSON::Any)) #

The full set of configuration options and their current values.


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

Extension metadata.


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

Extension metadata.


[View source]