Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
openrouter
v0.1.1
OpenRouter
ApiError
BadGatewayError
BadRequestError
Choice
Client
CompletionRequest
Error
ForbiddenError
FunctionDescription
Message
Model
NonChatChoice
NonStreamingChoice
PaymentRequiredError
RequestTimeoutError
Response
ResponseObject
Role
ServiceUnavailableError
StreamingChoice
Tool
ToolCall
TooManyRequestsError
UnauthorizedError
Usage
Generated using Crystal 1.14.0
2025-01-02 10:41:38 UTC
struct
OpenRouter::
ToolCall
OpenRouter::ToolCall
Struct
Value
Object
Defined in:
openrouter/types/tool_call.cr
Constructors
.new
(json : JSON::Any)
Instance Method Summary
#arguments
: JSON::Any
#id
: String
#name
: String
#type
: String
Constructor Detail
def self.
new
(json : JSON::Any)
#
[
View source
]
Instance Method Detail
def
arguments
: JSON::Any
#
[
View source
]
def
id
: String
#
[
View source
]
def
name
: String
#
[
View source
]
def
type
: String
#
[
View source
]