Reminix TypeScript SDK - v0.7.1
Docs
GitHub
Preparing search index...
@reminix/runtime
ToolCallSchema
Variable ToolCallSchema
Const
Internal
ToolCallSchema
:
ZodObject
<
{
function
:
ZodObject
<
{
arguments
:
ZodString
;
name
:
ZodString
}
,
$strip
>
;
id
:
ZodString
;
type
:
ZodLiteral
<
"function"
>
;
}
,
$strip
,
>
= ...
A tool call made by the assistant.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Reminix TypeScript SDK - v0.7.1
Loading...
A tool call made by the assistant.