State for multimodal/vision features. More...
#include <agent_state.h>

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 |
State for multimodal/vision features.
Definition at line 90 of file agent_state.h.
| std::optional<std::filesystem::path> yaze::editor::MultimodalState::last_capture_path |
Definition at line 91 of file agent_state.h.
| std::string yaze::editor::MultimodalState::status_message |
Definition at line 92 of file agent_state.h.
| absl::Time yaze::editor::MultimodalState::last_updated = absl::InfinitePast() |
Definition at line 93 of file agent_state.h.
| CaptureMode yaze::editor::MultimodalState::capture_mode = CaptureMode::kActiveEditor |
Definition at line 94 of file agent_state.h.
| char yaze::editor::MultimodalState::specific_window_buffer[128] = {} |
Definition at line 95 of file agent_state.h.
| ScreenshotPreviewState yaze::editor::MultimodalState::preview |
Definition at line 96 of file agent_state.h.
| RegionSelectionState yaze::editor::MultimodalState::region_selection |
Definition at line 97 of file agent_state.h.