docs(agent): advertise request metadata in my skill
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: my
|
||||
description: Check and set the agent's own runtime state (model, iterations, context window, token usage, web config). Use when diagnosing why something doesn't work ("why can't you search the web?", "why did you stop?"), checking resource limits before complex tasks, adapting configuration for long or simple tasks, or remembering user preferences across turns. Also use when the user asks what model you are running, how many tokens you've used, or what your settings are.
|
||||
description: Check and set the agent's own runtime state, or inspect current request routing metadata such as channel, chat ID, and sender ID. Use for runtime diagnostics, model and resource settings, token usage, session preferences, and questions about where the current message came from.
|
||||
---
|
||||
|
||||
# Self-Awareness
|
||||
|
||||
Reference in New Issue
Block a user