VisionLanguageOptions Struct
Declaration
struct simaai::neat::genai::nodes::VisionLanguageOptions { ... }
Included Headers
#include <VisionLanguage.h>
Public Member Attributes Index
| std::string | system_prompt |
| std::uint32_t | max_new_tokens = 0 |
| bool | streaming = true |
| bool | encode_images_on_input = true |
Definition at line 21 of file VisionLanguage.h.
Public Member Attributes
encode_images_on_input
|
Definition at line 25 of file VisionLanguage.h.
25 bool encode_images_on_input = true;
max_new_tokens
|
Definition at line 23 of file VisionLanguage.h.
23 std::uint32_t max_new_tokens = 0;
streaming
|
Definition at line 24 of file VisionLanguage.h.
system_prompt
|
Definition at line 22 of file VisionLanguage.h.
22 std::string system_prompt;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.