Preparing search index...
The search index is not available
@agentica/webite
@agentica/webite
@agentica/core
AgenticaExecuteEvent
Protocol
Interface Protocol<Model>
interface
Protocol
<
Model
extends
ILlmSchema.Model
>
{
arguments
:
Record
<
string
,
unknown
>
;
created_at
:
string
&
Format
<
"date-time"
>
;
id
:
string
;
operation
:
AgenticaOperation
.
Http
;
protocol
:
"http"
;
toHistory
:
()
=>
AgenticaExecuteHistory
.
Http
;
toJSON
:
()
=>
IAgenticaEventJson
.
IExecute
;
type
:
"execute"
;
value
:
IHttpResponse
;
}
Type Parameters
Model
extends
ILlmSchema.Model
Hierarchy
Base
<
"http"
,
AgenticaOperation
.
Http
<
Model
>
,
AgenticaExecuteHistory
.
Http
<
Model
>
,
IHttpResponse
,
>
Protocol
Index
Properties
arguments
created_
at
id
operation
protocol
to
History
toJSON
type
value
Properties
arguments
arguments
:
Record
<
string
,
unknown
>
created_
at
created_at
:
string
&
Format
<
"date-time"
>
Creation timestamp of the event.
id
id
:
string
Primary key of the event.
operation
operation
:
AgenticaOperation
.
Http
protocol
protocol
:
"http"
to
History
toHistory
:
()
=>
AgenticaExecuteHistory
.
Http
toJSON
toJSON
:
()
=>
IAgenticaEventJson
.
IExecute
type
type
:
"execute"
Discriminator type.
value
value
:
IHttpResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
created_
at
id
operation
protocol
to
History
toJSON
type
value
@agentica/webite
Loading...
Creation timestamp of the event.