struct
AI::OpenAI::ChatToolMessage
- AI::OpenAI::ChatToolMessage
- Struct
- Value
- Object
Overview
Tool message in chat prompt.
Included Modules
- JSON::Serializable
Defined in:
ai/openai/chat/openai_chat_prompt.crConstructors
- .new(tool_call_id : String, content : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)