PermissionScope Type
Permission scope categories
Union cases
| Union case |
Description
|
Full Usage:
CostBudget maxUsd
Parameters:
decimal
|
Maximum cost budget
|
Full Usage:
Delegation agentName
Parameters:
string
|
Access to delegate to other agents
|
Full Usage:
Memory operation
Parameters:
string
|
Access to memory operations
|
Full Usage:
Resource resourceType
Parameters:
string
|
Access to external resources (network, filesystem)
|
Full Usage:
Tool toolName
Parameters:
string
|
Access to specific tools
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCostBudget
Returns: bool
|
|
Full Usage:
this.IsDelegation
Returns: bool
|
|
Full Usage:
this.IsMemory
Returns: bool
|
|
Full Usage:
this.IsResource
Returns: bool
|
|
Full Usage:
this.IsTool
Returns: bool
|
|
Nao