Preparing search index...
The search index is not available
@agentica/webite
@agentica/webite
@agentica/core
AgenticaExecutePrompt
IProps
Interface IProps<Model, Protocol>
interface
IProps
<
Model
extends
ILlmSchema.Model
,
Protocol
extends
"http"
|
"class"
=
any
,
>
{
arguments
:
Record
<
string
,
any
>
;
id
:
string
;
operation
:
Protocol
extends
"http"
?
Http
<
Model
>
:
Protocol
extends
"class"
?
Class
<
Model
>
:
AgenticaOperation
<
Model
>
;
value
:
Protocol
extends
"http"
?
IHttpResponse
:
any
;
}
Type Parameters
Model
extends
ILlmSchema.Model
Protocol
extends
"http"
|
"class"
=
any
Index
Properties
arguments
id
operation
value
Properties
arguments
arguments
:
Record
<
string
,
any
>
id
id
:
string
operation
operation
:
Protocol
extends
"http"
?
Http
<
Model
>
:
Protocol
extends
"class"
?
Class
<
Model
>
:
AgenticaOperation
<
Model
>
value
value
:
Protocol
extends
"http"
?
IHttpResponse
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
id
operation
value
@agentica/webite
Loading...