refactor: update risk levels in tool definitions and validation logic to remove sensitive level
This commit is contained in:
@@ -11,9 +11,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
RiskLevelRead = "read"
|
||||
RiskLevelWrite = "write"
|
||||
RiskLevelSensitive = "sensitive"
|
||||
RiskLevelRead = "read"
|
||||
RiskLevelWrite = "write"
|
||||
)
|
||||
|
||||
// Definition is the normalized, engine-independent description of a tool.
|
||||
|
||||
Reference in New Issue
Block a user