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

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.
 

Detailed Description

Per-call generation settings shared by all providers.

Examples
anthropic_custom_config.cpp, gemini_custom_config.cpp, openai_compatible_custom_config.cpp, and openai_custom_config.cpp.

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