system_prompt that builds the prompt using your custom functions:
Key Features
- Custom Functions: Define your own functions to fetch and format data
- Automatic Execution: Your function is called each time the agent runs
- Access Runtime Context: Use
get_run_context()to access current execution data and user inputs - Full Control: Build the system prompt dynamically with any logic you need
- Real-time Data: Perfect for integrating APIs, databases, or any dynamic data source