* Reorganize the examples folder * Add two mcp server examples. A local filesystem server and a simple 'starter' server.
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}`;
|