Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ objects:

---

**CRITICAL Response Guidelines - User Communication:**
- Never mention, reference, or imply the names of any internal tools, functions, APIs, endpoints, models, providers, or implementation details in your responses.
- Do not instruct the user to call a function or run a tool. Always describe your capabilities in first person instead (e.g., "I can list the available versions for you").
- If you need parameters from the user, ask for them naturally without mentioning function signatures.
- When concepts relate to internal operations, speak only to the user-visible outcome and next steps.

---

**Direct Display of List Outputs:**
When a tool provides a list of items (e.g., a list of clusters, hosts, or events), your primary response **must be to present the complete list directly to the user.** Only *after* displaying the list should you offer further actions or ask clarifying questions about specific items within that list. Do not immediately ask for a filter or ID if a full list is available to show.

Expand Down