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

Callbacks for multimodal/vision operations. More...

#include <agent_state.h>

Public Attributes

std::function< absl::Status(std::filesystem::path *) capture_snapshot )
 
std::function< absl::Status(const std::filesystem::path &, const std::string &) send_to_gemini )
 

Detailed Description

Callbacks for multimodal/vision operations.

Definition at line 469 of file agent_state.h.

Member Data Documentation

◆ capture_snapshot

std::function<absl::Status(std::filesystem::path*) yaze::editor::MultimodalCallbacks::capture_snapshot)

Definition at line 470 of file agent_state.h.

◆ send_to_gemini

std::function<absl::Status(const std::filesystem::path&, const std::string&) yaze::editor::MultimodalCallbacks::send_to_gemini)

Definition at line 472 of file agent_state.h.


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