Skip to content

Commit 336c538

Browse files
Copilotleemthompo
andauthored
Remove anchor fragments from monitor-usage.md links (#4413)
Removed the `#token-usage-in-elastic-agent-builder` anchor from all links to `monitor-usage.md` to simplify navigation and improve maintainability. **Changes:** - Updated links in `chat.md`, `agent-builder-agents.md`, and `tools.md` to reference `monitor-usage.md` directly without anchor fragments - Links now point to the page itself rather than a specific section, allowing the page structure to evolve independently Before: ```markdown [Token usage in Elastic Agent Builder](monitor-usage.md#token-usage-in-elastic-agent-builder) ``` After: ```markdown [Token usage in Elastic Agent Builder](monitor-usage.md) ``` <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: leemthompo <32779855+leemthompo@users.noreply.github.com>
1 parent 8fe27e6 commit 336c538

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

solutions/search/agent-builder/agent-builder-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An agent parses user requests to define a goal and then runs tools in a loop to
1919
When you ask a question to an agent, it analyzes your request to define a specific goal. It selects the most appropriate tools and determines the right arguments to use. The agent evaluates the information returned after each action and decides whether to use additional tools or formulate a response. This iterative process of tool selection, execution, and analysis continues until the agent can provide a complete answer.
2020

2121
:::{note}
22-
This iterative process consumes tokens. To understand how usage is calculated, refer to [Token usage in Elastic Agent Builder](monitor-usage.md#token-usage-in-elastic-agent-builder).
22+
This iterative process consumes tokens. To understand how usage is calculated, refer to [Token usage in Elastic Agent Builder](monitor-usage.md).
2323
:::
2424

2525
{{agent-builder}} includes a default agent (named `Elastic AI Agent`) with access to all built-in tools. You can create specialized agents with custom instructions and selected tools to address specific use cases or workflows.

solutions/search/agent-builder/chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This takes you to the chat GUI:
3636
Use the text input area to chat with an agent in real time. By default, you chat with the built-in Elastic AI Agent.
3737

3838
:::{note}
39-
Conversations with agents consume tokens. To understand how usage is calculated, refer to [Token usage in Elastic Agent Builder](monitor-usage.md#token-usage-in-elastic-agent-builder).
39+
Conversations with agents consume tokens. To understand how usage is calculated, refer to [Token usage in Elastic Agent Builder](monitor-usage.md).
4040
:::
4141

4242
:::{image} images/agent-builder-chat-input.png

solutions/search/agent-builder/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Tools enable agents to work with {{es}} data. When an agent receives a natural l
3535
Each tool is an atomic operation with a defined signature - accepting typed parameters and returning structured results in a format the agent can parse, transform, and incorporate into its response generation.
3636

3737
:::{note}
38-
Tool execution and result processing consume tokens. To understand how usage is calculated, refer to [Token usage in Elastic Agent Builder](monitor-usage.md#token-usage-in-elastic-agent-builder).
38+
Tool execution and result processing consume tokens. To understand how usage is calculated, refer to [Token usage in Elastic Agent Builder](monitor-usage.md).
3939
:::
4040

4141
## Built-in tools

0 commit comments

Comments
 (0)