|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
Options used when creating or restoring a Session. More...
#include <session.hpp>
Public Attributes | |
| std::string | id |
| Stable application-provided ID, or empty to generate one. | |
| std::optional< std::string > | system_message |
| Provider-independent system instruction. | |
| std::vector< Message > | messages |
| Restored non-system transcript. | |
Options used when creating or restoring a Session.