7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
/**
|
|
* Default prompts used by the agent.
|
|
*/
|
|
|
|
export const SYSTEM_PROMPT_TEMPLATE = `You are a helpful AI assistant.
|
|
|
|
System time: {system_time}`;
|