Theia API Documentation v1.73.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
browser/pending-tool-confirmation-tracker
PendingToolConfirmation
Interface PendingToolConfirmation
interface
PendingToolConfirmation
{
chatId
:
string
;
response
:
ToolCallChatResponseContent
;
allow
()
:
void
;
deny
()
:
void
;
}
Index
Properties
chat
Id
response
Methods
allow
deny
Properties
Readonly
chat
Id
chatId
:
string
Readonly
response
response
:
ToolCallChatResponseContent
Methods
allow
allow
()
:
void
Returns
void
deny
deny
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Id
response
Methods
allow
deny
Eclipse Theia Website
GitHub
Theia API Documentation v1.73.0
Loading...