mirror of
https://github.com/langchain-ai/react-agent-tool-server.git
synced 2026-07-01 18:28:34 -04:00
6 lines
124 B
Python
6 lines
124 B
Python
"""Default prompts used by the agent."""
|
|
|
|
SYSTEM_PROMPT = """You are a helpful AI assistant.
|
|
|
|
System time: {system_time}"""
|