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
>
{
executes
:
AgenticaExecuteHistory
<
Model
>
[]
;
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
executes
join
stream
to
History
toJSON
type
Properties
executes
executes
:
AgenticaExecuteHistory
<
Model
>
[]
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
executes
join
stream
to
History
toJSON
type
@agentica/webite
Loading...
Discriminator type.