NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
Loading...
Searching...
No Matches
neuralplus::SessionOptions Struct Reference

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< Messagemessages
 Restored non-system transcript.
 

Detailed Description

Options used when creating or restoring a Session.

Examples
anthropic_chatbot.cpp, gemini_chatbot.cpp, openai_chatbot.cpp, and openai_compatible_chatbot.cpp.

The documentation for this struct was generated from the following file: