struct

AI::OpenAI::ChatToolMessage

Inherits JSON::Serializable < Struct < Value < Object

Tool message in chat prompt.

Constructors

new(tool_call_id : String, content : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

content
Source
role
Source
tool_call_id
Source