mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-04 09:07:29 +08:00
fix pipeline tool context origin injection
This commit is contained in:
@@ -1560,7 +1560,7 @@ func withToolContextArgs(toolName string, args map[string]interface{}, channel,
|
||||
return args
|
||||
}
|
||||
switch toolName {
|
||||
case "message", "spawn", "remind":
|
||||
case "message", "spawn", "remind", "pipeline_create", "pipeline_dispatch":
|
||||
default:
|
||||
return args
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user