Preparing search index...
The search index is not available
@agentica/webite
@agentica/webite
@agentica/core
AgenticaExecutePrompt
Class AgenticaExecutePrompt<Model, Protocol>
Type Parameters
Model
extends
ILlmSchema.Model
Protocol
extends
"http"
|
"class"
=
any
Hierarchy
AgenticaPromptBase
<
"execute"
,
IAgenticaPromptJson
.
IExecute
>
AgenticaExecutePrompt
Index
Constructors
constructor
Properties
arguments
id
operation
type
value
Methods
toJSON
Constructors
constructor
new
AgenticaExecutePrompt
<
Model
extends
Model
,
Protocol
extends
"class"
|
"http"
=
any
,
>
(
props
:
AgenticaExecutePrompt
.
IProps
<
Model
,
Protocol
>
,
)
:
AgenticaExecutePrompt
<
Model
,
Protocol
>
Type Parameters
Model
extends
Model
Protocol
extends
"class"
|
"http"
=
any
Parameters
props
:
AgenticaExecutePrompt
.
IProps
<
Model
,
Protocol
>
Returns
AgenticaExecutePrompt
<
Model
,
Protocol
>
Properties
Readonly
arguments
arguments
:
Record
<
string
,
any
>
Readonly
id
id
:
string
Readonly
operation
operation
:
Protocol
extends
"http"
?
Http
<
Model
>
:
Protocol
extends
"class"
?
Class
<
Model
>
:
AgenticaOperation
<
Model
>
Readonly
type
type
:
"execute"
Discriminator type.
Readonly
value
value
:
Protocol
extends
"http"
?
IHttpResponse
:
any
Methods
toJSON
toJSON
()
:
IAgenticaPromptJson
.
IExecute
Returns
IAgenticaPromptJson
.
IExecute
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
arguments
id
operation
type
value
Methods
toJSON
@agentica/webite
Loading...
Discriminator type.