重构基线
This commit is contained in:
@@ -99,10 +99,7 @@ fn mindmap_tools() -> Vec<Value> {
|
||||
}
|
||||
|
||||
fn office_tools() -> Vec<Value> {
|
||||
vec![
|
||||
office_fetch_summary_tool(),
|
||||
office_propose_changes_tool(),
|
||||
]
|
||||
vec![office_fetch_summary_tool(), office_propose_changes_tool()]
|
||||
}
|
||||
|
||||
fn onlyoffice_tools() -> Vec<Value> {
|
||||
@@ -160,8 +157,6 @@ fn artifact_tools() -> Vec<Value> {
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
fn annotate_tools_with_capabilities(tools: Vec<Value>) -> Vec<Value> {
|
||||
tools
|
||||
.into_iter()
|
||||
|
||||
Reference in New Issue
Block a user