Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat-ui
browser/chat-response-renderer/tool-confirmation
ToolConfirmationActionsProps
Interface ToolConfirmationActionsProps
interface
ToolConfirmationActionsProps
{
autoFocus
?:
boolean
;
contextMenuRenderer
:
ContextMenuRenderer
;
keybindingHints
?:
ToolConfirmationKeybindingHints
;
onAllow
:
(
scope
:
ConfirmationScope
)
=>
void
;
onDeny
:
(
scope
:
ConfirmationScope
,
reason
?:
string
)
=>
void
;
toolName
:
string
;
toolRequest
?:
ToolRequest
<
ToolInvocationContext
>
;
}
Hierarchy (
View Summary
)
ToolConfirmationCallbacks
ToolConfirmationActionsProps
Index
Properties
auto
Focus?
context
Menu
Renderer
keybinding
Hints?
on
Allow
on
Deny
tool
Name
tool
Request?
Properties
Optional
auto
Focus
autoFocus
?:
boolean
context
Menu
Renderer
contextMenuRenderer
:
ContextMenuRenderer
Optional
keybinding
Hints
keybindingHints
?:
ToolConfirmationKeybindingHints
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
auto
Focus
context
Menu
Renderer
keybinding
Hints
on
Allow
on
Deny
tool
Name
tool
Request
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...