struct OpenRouter::ToolCallArgument

Defined in:

openrouter/types/tool_call.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String) #

[View source]

Class Method Detail

def self.from_json(json : JSON::Any) #

[View source]

Instance Method Detail

def name : String #

[View source]
def to_json(io : IO) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def value : String #

[View source]