Add description field (#59)

This commit is contained in:
Ettore Di Giacinto
2025-03-19 22:40:21 +01:00
committed by GitHub
parent f0bd184fbd
commit 8e694f70ec
3 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ type AgentConfig struct {
PromptBlocks []PromptBlocksConfig `json:"promptblocks" form:"promptblocks"`
MCPServers []agent.MCPServer `json:"mcp_servers" form:"mcp_servers"`
Description string `json:"description" form:"description"`
// This is what needs to be part of ActionsConfig
Model string `json:"model" form:"model"`
MultimodalModel string `json:"multimodal_model" form:"multimodal_model"`