actrone-memory
Preparing search index...
index
toolResultSchema
Variable toolResultSchema
Const
toolResultSchema
:
ZodObject
<
{
toolName
:
ZodString
;
params
:
ZodRecord
<
ZodString
,
ZodUnknown
>
;
result
:
ZodUnknown
;
success
:
ZodBoolean
;
durationMs
:
ZodOptional
<
ZodNumber
>
;
}
,
$strip
,
>
= ...
The outcome of a single tool call recorded on a conversation turn.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
actrone-memory
Loading...
The outcome of a single tool call recorded on a conversation turn.