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