
Public Attributes | |
| std::string | filepath |
| std::string | filename |
| TextEditor | editor |
| bool | modified = false |
| bool | is_system_prompt = false |
Definition at line 393 of file agent_chat_widget.h.
| std::string yaze::editor::AgentChatWidget::FileEditorTab::filepath |
Definition at line 394 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), yaze::editor::AgentChatWidget::OpenFileInEditor(), and yaze::editor::AgentChatWidget::RenderSystemPromptEditor().
| std::string yaze::editor::AgentChatWidget::FileEditorTab::filename |
| TextEditor yaze::editor::AgentChatWidget::FileEditorTab::editor |
| bool yaze::editor::AgentChatWidget::FileEditorTab::modified = false |
Definition at line 397 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::CreateNewFileInEditor(), and yaze::editor::AgentChatWidget::RenderSystemPromptEditor().
| bool yaze::editor::AgentChatWidget::FileEditorTab::is_system_prompt = false |
Definition at line 398 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::LoadAgentSettingsFromProject(), and yaze::editor::AgentChatWidget::RenderSystemPromptEditor().