Skip to main content

Class: PromptMixin

Extended by

Constructors

new PromptMixin()

new PromptMixin(): PromptMixin

Returns

PromptMixin

Methods

_getPromptModules()

protected _getPromptModules(): Record<string, any>

Returns

Record<string, any>

Source

packages/core/src/prompts/Mixin.ts:82


_getPrompts()

protected _getPrompts(): PromptsDict

Returns

PromptsDict

Source

packages/core/src/prompts/Mixin.ts:78


_updatePrompts()

protected _updatePrompts(promptsDict): void

Parameters

promptsDict: PromptsDict

Returns

void

Source

packages/core/src/prompts/Mixin.ts:86


getPrompts()

getPrompts(): PromptsDict

Returns all prompts from the mixin and its modules

Returns

PromptsDict

Source

packages/core/src/prompts/Mixin.ts:27


updatePrompts()

updatePrompts(promptsDict): void

Updates the prompts in the mixin and its modules

Parameters

promptsDict: PromptsDict

Returns

void

Source

packages/core/src/prompts/Mixin.ts:48


validatePrompts()

validatePrompts(promptsDict, moduleDict): void

Validates the prompt keys and module keys

Parameters

promptsDict: PromptsDict

moduleDict: ModuleDict

Returns

void

Source

packages/core/src/prompts/Mixin.ts:10