Kind: Function
Source: atloria-monorepo/apps/api/src/ai/prompts/prompt-templates.ts
Replace template variables in a prompt
Signature
tsfunction fillTemplate(template: string, variables: Record<string, string>): string
Parameters
| Name | Type |
|---|---|
template | string |
variables | Record<string, string> |
Returns: string
Was this page helpful?