struct
AI::OpenAI::ChatContentPartFile
- AI::OpenAI::ChatContentPartFile
- Struct
- Value
- Object
Overview
File content part in user messages.
Included Modules
- JSON::Serializable
Defined in:
ai/openai/chat/openai_chat_prompt.crConstructors
- .from_data(filename : String, file_data : String) : ChatContentPartFile
- .from_id(file_id : String) : ChatContentPartFile
- .new(pull : JSON::PullParser)
- .new(file : ChatFileData | ChatFileId)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)