This commit is contained in:
Ahmed Ibrahim
2025-08-24 00:07:32 -07:00
parent a8d258f7f0
commit 9e96800adf

View File

@@ -70,6 +70,8 @@ pub struct ToolsConfig {
pub subagent_tool: bool,
}
// TODO: have an enum for available tools
#[allow(clippy::too_many_arguments)]
impl ToolsConfig {
pub fn new(
model_family: &ModelFamily,