Skip to main content

GenAIOptions.h File

Public GenAI Graph-fragment option structs. More...

Included Headers

#include <cstdint> #include <string>

Namespaces Index

namespacesimaai
namespaceneat
namespacegenai
namespacenodes

Classes Index

structVisionLanguageOptions

Options for genai::graphs::VisionLanguage(...). More...

structSpeechTranscriberOptions

Options for genai::graphs::SpeechTranscriber(...). More...

Description

Public GenAI Graph-fragment option structs.

File Listing

The file content with the documentation metadata removed is:

1
5#pragma once
6
7#include <cstdint>
8#include <string>
9
10namespace simaai::neat::genai {
11
14 std::string system_prompt;
15 std::uint32_t max_new_tokens = 0;
16 bool streaming = true;
18};
19
22 std::string language = "en";
23 bool streaming = true;
24};
25
26namespace nodes {
27// Internal low-level runtime-node factories use the same option types. Keep aliases here so
28// source-tree internals do not need duplicate structs. The factories themselves live under src/
29// and are intentionally not part of the installed public API.
32} // namespace nodes
33
34} // namespace simaai::neat::genai

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.