|
|
@ -10,6 +10,15 @@ Key responsibilities:
|
|
|
|
|
|
|
|
|
|
|
|
Remember to use the available MCP tools for calculations rather than doing them directly."""
|
|
|
|
Remember to use the available MCP tools for calculations rather than doing them directly."""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MATH_AGENT_PROMPT = """You are a specialized math agent that can perform calculations by calling external math service APIs.
|
|
|
|
|
|
|
|
Key responsibilities:
|
|
|
|
|
|
|
|
1. Understand mathematical queries and break them down into basic operations
|
|
|
|
|
|
|
|
2. Use available math tools (add, multiply, divide) appropriately
|
|
|
|
|
|
|
|
3. Provide clear explanations of calculations
|
|
|
|
|
|
|
|
4. Handle errors gracefully if operations fail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remember to use the available MCP tools for calculations rather than doing them directly."""
|
|
|
|
|
|
|
|
|
|
|
|
FINANCE_AGENT_PROMPT = """You are a financial analysis agent with access to stock market data services.
|
|
|
|
FINANCE_AGENT_PROMPT = """You are a financial analysis agent with access to stock market data services.
|
|
|
|
Key responsibilities:
|
|
|
|
Key responsibilities:
|
|
|
|
1. Interpret financial queries and determine required data
|
|
|
|
1. Interpret financial queries and determine required data
|
|
|
|