Theia API Documentation v1.68.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat-ui
chat-response-renderer/tool-confirmation
ToolConfirmationCallbacks
Interface ToolConfirmationCallbacks
interface
ToolConfirmationCallbacks
{
onAllow
:
(
scope
:
ConfirmationScope
)
=>
void
;
onDeny
:
(
scope
:
ConfirmationScope
,
reason
?:
string
)
=>
void
;
toolRequest
?:
ToolRequest
<
ToolInvocationContext
>
;
}
Hierarchy (
View Summary
)
ToolConfirmationCallbacks
ToolConfirmationActionsProps
Index
Properties
on
Allow
on
Deny
tool
Request?
Properties
on
Allow
onAllow
:
(
scope
:
ConfirmationScope
)
=>
void
on
Deny
onDeny
:
(
scope
:
ConfirmationScope
,
reason
?:
string
)
=>
void
Optional
tool
Request
toolRequest
?:
ToolRequest
<
ToolInvocationContext
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Allow
on
Deny
tool
Request
Eclipse Theia Website
GitHub
Theia API Documentation v1.68.0
Loading...