Skip to content

Commit 3349acc

Browse files
committed
fixing headings
1 parent 97dc4f3 commit 3349acc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-foundry/agents/whats-new.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ You can new extend the capabilities of your agents by connecting them to tools h
3131

3232
The Azure AI Foundry Agent Service is now Generally Available (GA). Along with this milestone, the service offers the following feature updates:
3333

34-
### AI Foundry Visual Studio Code extension
34+
#### AI Foundry Visual Studio Code extension
3535

3636
The [AI Foundry Visual Studio Code extension](../../ai-foundry/how-to/develop/vs-code-agents.md?context=/azure/ai-services/agents/context/context) is now available with the ability to perform a variety of AI Foundry actions, such as deploying and configure agents natively.
3737

38-
### Connected agents
38+
#### Connected agents
3939

4040
[Connected agents](how-to\connected-agents.md) allow you to create task-specific agents that can interact seamlessly with a primary agent. This feature enables you to build multi-agent systems without the need for external orchestrators.
4141

42-
### Trace agents
42+
#### Trace agents
4343

4444
Debug and monitor your agents by [tracing agent threads](concepts\tracing.md) to clearly see the inputs and outputs of each primitive involved in a particular agent run, in the order in which they were invoked.
4545

46-
### Trigger agents using Azure Logic Apps
46+
#### Trigger agents using Azure Logic Apps
4747

4848
[Automatically invoke](how-to\triggers.md) your AI agent when an event occurs, such as receiving a new email, or getting a new customer ticket so that your AI agent can immediately respond to the new event without manual invocation.
4949

50-
### New agent tools
50+
#### New agent tools
5151

5252
This release brings a number of new tools to extend agents' capabilities:
5353

0 commit comments

Comments
 (0)