|
Entropic 2.3.8
Local-first agentic inference engine
|
Implementation of the shared messages-JSON parser. More...
#include <entropic/types/messages_json.h>#include <entropic/types/content.h>#include <nlohmann/json.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | entropic |
| Activate model on GPU (WARM → ACTIVE). | |
Functions | |
| std::vector< Message > | entropic::parse_messages_json (const char *json_str) |
| Parse a JSON array of messages into a vector of Message. | |
| bool | entropic::any_message_has_images (const std::vector< Message > &messages) |
| Convenience: true if any message carries image content_parts. | |
Implementation of the shared messages-JSON parser.
Definition in file messages_json.cpp.