Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat-ui
chat-response-renderer/tool-confirmation
ToolConfirmationProps
Interface ToolConfirmationProps
interface
ToolConfirmationProps
{
onAllow
:
(
mode
?:
"once"
|
"session"
|
"forever"
)
=>
void
;
onDeny
:
(
mode
?:
"once"
|
"session"
|
"forever"
)
=>
void
;
response
:
ToolCallChatResponseContent
;
}
Index
Properties
on
Allow
on
Deny
response
Properties
on
Allow
onAllow
:
(
mode
?:
"once"
|
"session"
|
"forever"
)
=>
void
on
Deny
onDeny
:
(
mode
?:
"once"
|
"session"
|
"forever"
)
=>
void
response
response
:
ToolCallChatResponseContent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Allow
on
Deny
response
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...