PromptData
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;
}
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:614
Interface for system prompt data loaded from YAML.
[key: string]: {
prompt: string;
}