Preparing search index...
The search index is not available
@agentica/webite
@agentica/webite
@agentica/core
AgenticaCancelEvent
Interface AgenticaCancelEvent<Model>
interface
AgenticaCancelEvent
<
Model
extends
ILlmSchema.Model
>
{
created_at
:
string
&
Format
<
"date-time"
>
;
id
:
string
;
selection
:
AgenticaOperationSelection
<
Model
>
;
toJSON
:
()
=>
IAgenticaEventJson
.
ICancel
;
type
:
"cancel"
;
}
Type Parameters
Model
extends
ILlmSchema.Model
Hierarchy
AgenticaEventBase
<
"cancel"
>
AgenticaCancelEvent
Index
Properties
created_
at
id
selection
toJSON
type
Properties
created_
at
created_at
:
string
&
Format
<
"date-time"
>
Creation timestamp of the event.
id
id
:
string
Primary key of the event.
selection
selection
:
AgenticaOperationSelection
<
Model
>
toJSON
toJSON
:
()
=>
IAgenticaEventJson
.
ICancel
type
type
:
"cancel"
Discriminator type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
id
selection
toJSON
type
@agentica/webite
Loading...
Creation timestamp of the event.