Member Junction
Preparing search index...
@memberjunction/ai-agents
StoredToolResult
Interface StoredToolResult
interface
StoredToolResult
{
artifactId
:
string
;
durationMs
:
number
;
input
:
Record
<
string
,
unknown
>
;
result
:
ArtifactToolResult
;
timestamp
:
Date
;
tool
:
string
;
}
Index
Properties
artifact
Id
duration
Ms
input
result
timestamp
tool
Properties
artifact
Id
artifactId
:
string
duration
Ms
durationMs
:
number
How long the invocation took, in milliseconds
input
input
:
Record
<
string
,
unknown
>
result
result
:
ArtifactToolResult
timestamp
timestamp
:
Date
When the invocation completed (UTC)
tool
tool
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
artifact
Id
duration
Ms
input
result
timestamp
tool
Member Junction
Loading...
How long the invocation took, in milliseconds