Preparing search index...
The search index is not available
@agentica/webite
@agentica/webite
@agentica/core
IAgenticaPromptJson
IText
Interface IText<Role>
Text prompt.
interface
IText
<
Role
extends
"assistant"
|
"user"
=
"assistant"
|
"user"
>
{
role
:
Role
;
text
:
string
;
type
:
"text"
;
}
Type Parameters
Role
extends
"assistant"
|
"user"
=
"assistant"
|
"user"
Hierarchy
IBase
<
"text"
>
IText
Index
Properties
role
text
type
Properties
role
role
:
Role
Role of the orator.
text
text
:
string
The text content.
type
type
:
"text"
Discriminator type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
role
text
type
@agentica/webite
Loading...
Text prompt.