Rezi
Preparing search index...
core/src
ToolRequest
Type Alias ToolRequest
ToolRequest
:
Readonly
<
{
args
?:
Record
<
string
,
unknown
>
;
command
?:
string
;
description
?:
string
;
fileChanges
?:
readonly
ToolFileChange
[]
;
riskLevel
:
"low"
|
"medium"
|
"high"
;
toolId
:
string
;
toolName
:
string
;
}
,
>
Tool request being approved.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Tool request being approved.