tools


Description:

public Map<string,BaseToolConfig> tools { get; set; }

Map of tool name → tool configuration objects (handled by registered GTypes)

Contains tool configurations such as "codebase_search", "google_search", "read_file", etc. Simple tools use BaseToolConfig, complex tools use tool-specific configs that extend BaseToolConfig.