tasks 033 updated
This commit is contained in:
@@ -184,7 +184,11 @@ async def create_agent(
|
||||
# System prompt — env_id injected deterministically, not in user message
|
||||
prompt = (
|
||||
"You are a Superset Tools assistant. You have access to tools for searching "
|
||||
"dashboards, checking health, listing environments, and checking task status. "
|
||||
"dashboards, managing maintenance, running migrations and backups, "
|
||||
"executing SQL and exploring databases, auditing permissions, "
|
||||
"managing Git operations (branch/commit/deploy), running LLM validation "
|
||||
"and documentation, creating and copying dashboards and datasets, "
|
||||
"and checking system health, environments, and task status. "
|
||||
"If the data you need is already provided in the user message, use that directly "
|
||||
"rather than calling tools. Only call tools when the data is not present."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user