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

Callbacks for chat operations. More...

#include <agent_state.h>

Public Attributes

std::function< void(const std::string &) send_message )
 
std::function< void()> clear_history
 
std::function< void()> persist_history
 
std::function< void(const std::string &) switch_session )
 

Detailed Description

Callbacks for chat operations.

Definition at line 522 of file agent_state.h.

Member Data Documentation

◆ send_message

std::function<void(const std::string&) yaze::editor::ChatCallbacks::send_message)

Definition at line 523 of file agent_state.h.

◆ clear_history

std::function<void()> yaze::editor::ChatCallbacks::clear_history

Definition at line 524 of file agent_state.h.

◆ persist_history

std::function<void()> yaze::editor::ChatCallbacks::persist_history

Definition at line 525 of file agent_state.h.

◆ switch_session

std::function<void(const std::string&) yaze::editor::ChatCallbacks::switch_session)

Definition at line 526 of file agent_state.h.


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