yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::MultimodalState Struct Reference

State for multimodal/vision features. More...

#include <agent_state.h>

Collaboration diagram for yaze::editor::MultimodalState:

Public Attributes

std::optional< std::filesystem::path > last_capture_path
 
std::string status_message
 
absl::Time last_updated = absl::InfinitePast()
 
CaptureMode capture_mode = CaptureMode::kActiveEditor
 
char specific_window_buffer [128] = {}
 
ScreenshotPreviewState preview
 
RegionSelectionState region_selection
 

Detailed Description

State for multimodal/vision features.

Definition at line 90 of file agent_state.h.

Member Data Documentation

◆ last_capture_path

std::optional<std::filesystem::path> yaze::editor::MultimodalState::last_capture_path

Definition at line 91 of file agent_state.h.

◆ status_message

std::string yaze::editor::MultimodalState::status_message

Definition at line 92 of file agent_state.h.

◆ last_updated

absl::Time yaze::editor::MultimodalState::last_updated = absl::InfinitePast()

Definition at line 93 of file agent_state.h.

◆ capture_mode

CaptureMode yaze::editor::MultimodalState::capture_mode = CaptureMode::kActiveEditor

Definition at line 94 of file agent_state.h.

◆ specific_window_buffer

char yaze::editor::MultimodalState::specific_window_buffer[128] = {}

Definition at line 95 of file agent_state.h.

◆ preview

ScreenshotPreviewState yaze::editor::MultimodalState::preview

Definition at line 96 of file agent_state.h.

◆ region_selection

RegionSelectionState yaze::editor::MultimodalState::region_selection

Definition at line 97 of file agent_state.h.


The documentation for this struct was generated from the following file: