Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-claude-code
common/claude-code-service
ToolApprovalRequestMessage
Interface ToolApprovalRequestMessage
Message sent from backend to frontend requesting user approval for tool usage.
interface
ToolApprovalRequestMessage
{
requestId
:
string
;
toolInput
:
unknown
;
toolName
:
string
;
type
:
"tool-approval-request"
;
}
Index
Properties
request
Id
tool
Input
tool
Name
type
Properties
request
Id
requestId
:
string
tool
Input
toolInput
:
unknown
tool
Name
toolName
:
string
type
type
:
"tool-approval-request"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
request
Id
tool
Input
tool
Name
type
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Message sent from backend to frontend requesting user approval for tool usage.