|
Entropic 2.3.8
Local-first agentic inference engine
|
Multimodal content types for messages. More...
#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | entropic::ContentPart |
| A single content part within a multimodal message. More... | |
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Enumerations | |
| enum class | entropic::ContentPartType { entropic::TEXT , entropic::IMAGE } |
| Content part type discriminant. More... | |
Functions | |
| std::string | entropic::extract_text (const std::vector< ContentPart > &parts) |
| Extract concatenated text from content parts. | |
| bool | entropic::has_images (const std::vector< ContentPart > &parts) |
| Check if content parts contain any image parts. | |