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

#include <agent_editor.h>

Public Attributes

std::string name = "Default Bot"
 
std::string description
 
std::string provider = "mock"
 
std::string model
 
std::string ollama_host = "http://localhost:11434"
 
std::string gemini_api_key
 
std::string system_prompt
 
bool verbose = false
 
bool show_reasoning = true
 
int max_tool_iterations = 4
 
int max_retry_attempts = 3
 
std::vector< std::string > tags
 
absl::Time created_at = absl::Now()
 
absl::Time modified_at = absl::Now()
 

Detailed Description

Definition at line 78 of file agent_editor.h.

Member Data Documentation

◆ name

◆ description

◆ provider

◆ model

◆ ollama_host

std::string yaze::editor::AgentEditor::BotProfile::ollama_host = "http://localhost:11434"

◆ gemini_api_key

◆ system_prompt

std::string yaze::editor::AgentEditor::BotProfile::system_prompt

◆ verbose

◆ show_reasoning

◆ max_tool_iterations

◆ max_retry_attempts

◆ tags

◆ created_at

absl::Time yaze::editor::AgentEditor::BotProfile::created_at = absl::Now()

◆ modified_at

absl::Time yaze::editor::AgentEditor::BotProfile::modified_at = absl::Now()

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