Files
react-agent-tool-server/src/react_agent/prompts.py
T
Eugene Yurtsev ca48cff804 Initial scaffold
2025-03-06 13:43:51 -05:00

6 lines
124 B
Python

"""Default prompts used by the agent."""
SYSTEM_PROMPT = """You are a helpful AI assistant.
System time: {system_time}"""