Skip to main content

VisionLanguageOptions Struct

Declaration

struct simaai::neat::genai::nodes::VisionLanguageOptions { ... }

Included Headers

#include <VisionLanguage.h>

Public Member Attributes Index

std::stringsystem_prompt
std::uint32_tmax_new_tokens = 0
boolstreaming = true
boolencode_images_on_input = true

Definition at line 21 of file VisionLanguage.h.

Public Member Attributes

encode_images_on_input

bool simaai::neat::genai::nodes::VisionLanguageOptions::encode_images_on_input = true

Definition at line 25 of file VisionLanguage.h.

max_new_tokens

std::uint32_t simaai::neat::genai::nodes::VisionLanguageOptions::max_new_tokens = 0

Definition at line 23 of file VisionLanguage.h.

23 std::uint32_t max_new_tokens = 0;

streaming

bool simaai::neat::genai::nodes::VisionLanguageOptions::streaming = true

Definition at line 24 of file VisionLanguage.h.

24 bool streaming = true;

system_prompt

std::string simaai::neat::genai::nodes::VisionLanguageOptions::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.