Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ToolCall
Interface ToolCall
Tool call information
interface
ToolCall
{
name
:
string
;
arguments
:
Record
<
string
,
unknown
>
;
result
?:
unknown
;
}
Index
Properties
name
arguments
result?
Properties
Readonly
name
name
:
string
Readonly
arguments
arguments
:
Record
<
string
,
unknown
>
Optional
Readonly
result
result
?:
unknown
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
arguments
result
Stratix Framework - v0.8.2
Loading...
Tool call information