#include <agent_chat_widget.h>
Public Attributes | |
std::string | last_command |
std::string | command_output |
bool | command_running = false |
char | command_input_buffer [512] = {} |
Definition at line 236 of file agent_chat_widget.h.
std::string yaze::editor::AgentChatWidget::Z3EDCommandState::last_command |
Definition at line 237 of file agent_chat_widget.h.
std::string yaze::editor::AgentChatWidget::Z3EDCommandState::command_output |
Definition at line 238 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderZ3EDCommandPanel().
bool yaze::editor::AgentChatWidget::Z3EDCommandState::command_running = false |
Definition at line 239 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderZ3EDCommandPanel().
char yaze::editor::AgentChatWidget::Z3EDCommandState::command_input_buffer[512] = {} |
Definition at line 240 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderZ3EDCommandPanel().