Preparing search index...
The search index is not available
@agentica/webite
@agentica/webite
@agentica/core
AgenticaDescribeEvent
Interface AgenticaDescribeEvent<Model>
interface
AgenticaDescribeEvent
<
Model
extends
ILlmSchema.Model
>
{
created_at
:
string
&
Format
<
"date-time"
>
;
executes
:
AgenticaExecuteHistory
<
Model
>
[]
;
id
:
string
;
join
:
()
=>
Promise
<
string
>
;
stream
:
AsyncGenerator
<
string
,
undefined
,
undefined
>
;
toHistory
:
()
=>
AgenticaDescribeHistory
<
Model
>
;
toJSON
:
()
=>
IAgenticaEventJson
.
IDescribe
;
type
:
"describe"
;
}
Type Parameters
Model
extends
ILlmSchema.Model
Hierarchy
AgenticaEventBase
<
"describe"
>
AgenticaDescribeEvent
Index
Properties
created_
at
executes
id
join
stream
to
History
toJSON
type
Properties
created_
at
created_at
:
string
&
Format
<
"date-time"
>
Creation timestamp of the event.
executes
executes
:
AgenticaExecuteHistory
<
Model
>
[]
id
id
:
string
Primary key of the event.
join
join
:
()
=>
Promise
<
string
>
stream
stream
:
AsyncGenerator
<
string
,
undefined
,
undefined
>
to
History
toHistory
:
()
=>
AgenticaDescribeHistory
<
Model
>
toJSON
toJSON
:
()
=>
IAgenticaEventJson
.
IDescribe
type
type
:
"describe"
Discriminator type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
executes
id
join
stream
to
History
toJSON
type
@agentica/webite
Loading...
Creation timestamp of the event.