Theia API Documentation v1.69.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat-ui
chat-response-renderer/tool-confirmation
WithToolCallConfirmationProps
Interface WithToolCallConfirmationProps
interface
WithToolCallConfirmationProps
{
chatId
:
string
;
confirmationMode
:
ToolConfirmationMode
;
contextMenuRenderer
:
ContextMenuRenderer
;
requestCanceled
:
boolean
;
response
:
ToolCallChatResponseContent
;
toolConfirmationManager
:
ToolConfirmationManager
;
toolRequest
?:
ToolRequest
<
ToolInvocationContext
>
;
}
Index
Properties
chat
Id
confirmation
Mode
context
Menu
Renderer
request
Canceled
response
tool
Confirmation
Manager
tool
Request?
Properties
chat
Id
chatId
:
string
confirmation
Mode
confirmationMode
:
ToolConfirmationMode
context
Menu
Renderer
contextMenuRenderer
:
ContextMenuRenderer
request
Canceled
requestCanceled
:
boolean
response
response
:
ToolCallChatResponseContent
tool
Confirmation
Manager
toolConfirmationManager
:
ToolConfirmationManager
Optional
tool
Request
toolRequest
?:
ToolRequest
<
ToolInvocationContext
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Id
confirmation
Mode
context
Menu
Renderer
request
Canceled
response
tool
Confirmation
Manager
tool
Request
Eclipse Theia Website
GitHub
Theia API Documentation v1.69.0
Loading...