Methods
Static
Readonly
isPromptWithChannelTypes
Static
Readonly
isPromptWithChoices
Static
Readonly
isPromptWithDefaultValue
Static
Readonly
isPromptWithMinMax
Static
Readonly
isPromptWithMultiple
Static
Readonly
isPromptWithMultipleChoices
Static
Readonly
isPromptWithResource
isPromptWithResource( prompt: Prompt,): prompt is Prompt & { type: "channel" | "user" | "role" } Returns prompt is Prompt & { type: "channel" | "user" | "role" }
Static
validateConstraints
Static
Readonly
validatePrompt
Returns void
Static
Readonly
validatePrompts
validatePrompts(prompts: Prompt[]): void Returns void