Skip to main content

PromptData

@codebolt/types


Interface: PromptData

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:614

Interface for system prompt data loaded from YAML.

Indexable

[key: string]: {
prompt: string;
}