Theia API Documentation v1.67.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-core
common/language-model
ToolUseMessage
Interface ToolUseMessage
interface
ToolUseMessage
{
actor
:
"ai"
;
data
?:
Record
<
string
,
string
>
;
id
:
string
;
input
:
unknown
;
name
:
string
;
type
:
"tool_use"
;
}
Index
Properties
actor
data?
id
input
name
type
Properties
actor
actor
:
"ai"
Optional
data
data
?:
Record
<
string
,
string
>
id
id
:
string
input
input
:
unknown
name
name
:
string
type
type
:
"tool_use"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
data
id
input
name
type
Eclipse Theia Website
GitHub
Theia API Documentation v1.67.0
Loading...