Semantic Kernel JavaScript
Preparing search index...
semantic-kernel
ChatPromptParser
Class ChatPromptParser
Index
Constructors
constructor
Properties
Message
Tag
Name
Role
Attribute
Name
Methods
try
Parse
Constructors
constructor
new
ChatPromptParser
()
:
ChatPromptParser
Returns
ChatPromptParser
Properties
Static
Readonly
Message
Tag
Name
MessageTagName
:
"message"
Static
Readonly
Role
Attribute
Name
RoleAttributeName
:
"role"
Methods
Static
try
Parse
tryParse
(
prompt
:
string
)
:
undefined
|
ChatMessage
[]
Parameters
prompt
:
string
Returns
undefined
|
ChatMessage
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
Message
Tag
Name
Role
Attribute
Name
Methods
try
Parse
Semantic Kernel JavaScript
Loading...