arcade-mcp/examples/agent_frameworks/langgraph-ts/src/prompts.ts
Eric Gustin d7107c107d
Update examples (#601)
* Reorganize the examples folder
* Add two mcp server examples. A local filesystem server and a simple
'starter' server.
2025-10-03 17:37:22 -07:00

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}`;