Skip to main content

VisionLanguageOptions Struct

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

Declaration

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

Included Headers

#include <GenAIOptions.h>

Public Member Attributes Index

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

Description

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

Definition at line 13 of file GenAIOptions.h.

Public Member Attributes

encode_images_on_input

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

Definition at line 17 of file GenAIOptions.h.

max_new_tokens

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

Definition at line 15 of file GenAIOptions.h.

15 std::uint32_t max_new_tokens = 0;

streaming

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

Definition at line 16 of file GenAIOptions.h.

16 bool streaming = true;

system_prompt

std::string simaai::neat::genai::VisionLanguageOptions::system_prompt

Definition at line 14 of file GenAIOptions.h.

14 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.