Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
ToolResultMessage
Interface ToolResultMessage
interface
ToolResultMessage
{
actor
:
"user"
;
content
?:
ToolCallResult
;
is_error
?:
boolean
;
name
:
string
;
tool_use_id
:
string
;
type
:
"tool_result"
;
}
Index
Properties
actor
content?
is_
error?
name
tool_
use_
id
type
Properties
actor
actor
:
"user"
Optional
content
content
?:
ToolCallResult
Optional
is_
error
is_
error
?:
boolean
name
name
:
string
tool_
use_
id
tool_
use_
id
:
string
type
type
:
"tool_result"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
actor
content
is_
error
name
tool_
use_
id
type
Theia TypeDoc
Loading...