TokenSample Struct
Declaration
struct simaai::neat::genai::TokenSample { ... }
Included Headers
#include <GenAITypes.h>
Public Member Attributes Index
| std::string | text |
| GenerationMetrics | metrics |
| bool | is_final = false |
| std::string | finish_reason |
| Json | tool_calls = Json::array() |
Definition at line 118 of file GenAITypes.h.
Public Member Attributes
finish_reason
|
Definition at line 122 of file GenAITypes.h.
122 std::string finish_reason;
is_final
|
Definition at line 121 of file GenAITypes.h.
metrics
|
Definition at line 120 of file GenAITypes.h.
text
|
Definition at line 119 of file GenAITypes.h.
tool_calls
|
Definition at line 123 of file GenAITypes.h.
123 Json tool_calls = Json::array();
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.