arcade-mcp/contrib/examples/langgraph-ts/src/prompts.ts
2025-10-22 18:26:27 -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}`;