struct
AI::OpenAI::ChatAssistantMessage
- AI::OpenAI::ChatAssistantMessage
- Struct
- Value
- Object
Overview
Assistant message in chat prompt.
Included Modules
- JSON::Serializable
Defined in:
ai/openai/chat/openai_chat_prompt.crConstructors
- .new(pull : JSON::PullParser)
- .new(content : String | Nil = nil, tool_calls : Array(ChatToolCall) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)