|
NeuralPlus 0.2.0
A small C++17 SDK for AI clients, sessions, tools, and tracing
|
Per-call generation settings shared by all providers. More...
#include <types.hpp>
Public Attributes | |
| std::optional< double > | temperature |
| Sampling temperature, when the provider/model accepts it. | |
| std::optional< std::size_t > | max_output_tokens |
| Maximum generated tokens for this call. | |
| JsonValue | provider_options = JsonValue::object() |
| Provider request fields merged before stable SDK fields are applied. | |
Per-call generation settings shared by all providers.