OpenAI::RealtimeFunctionTool
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : RealtimeFunctionToolType | Nil = nil, name : String | Nil = nil, description : String | Nil = nil, parameters : Hash(String, JSON::Any) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
description
The description of the function, including guidance on when and how to call it, and guidance about what to tell the user when calling (if anything).
The description of the function, including guidance on when and how to call it, and guidance about what to tell the user when calling (if anything).
Parameters of the function in JSON Schema.