Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-claude-code
common/claude-code-service
ToolApprovalResponseMessage
Interface ToolApprovalResponseMessage
Message sent from frontend to backend with user approval decision.
interface
ToolApprovalResponseMessage
{
approved
:
boolean
;
message
?:
string
;
requestId
:
string
;
type
:
"tool-approval-response"
;
updatedInput
?:
unknown
;
}
Index
Properties
approved
message?
request
Id
type
updated
Input?
Properties
approved
approved
:
boolean
Optional
message
message
?:
string
request
Id
requestId
:
string
type
type
:
"tool-approval-response"
Optional
updated
Input
updatedInput
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approved
message
request
Id
type
updated
Input
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Message sent from frontend to backend with user approval decision.