Skip to content

Commit 4153a9e

Browse files
committed
fixes
1 parent 1aa51d0 commit 4153a9e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/ai-services/agents/how-to/triggers.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Start by adding the Azure AI Foundry Agent service connectors to your workflow.
6161
1. Depending on your use-case, choose the actions you need.
6262

6363
If you want to create a new [thread](../concepts/threads-runs-messages.md#threads) for each new event of your trigger, add the following in sequence:
64-
6564
1. Create thread
6665
1. Create run
6766
1. Get run
@@ -86,14 +85,13 @@ To create a connection, provide the following information.
8685

8786
* **Project name**: your AI Foundry project endpoint. The format is `http://<aiservicename>.services.ai.azure.com/api/projects/<project name>`.
8887

89-
## Configure the "create thread" connector (optional)
88+
## Configure the "list thread" connector
9089

91-
> [!NOTE]
92-
> The **List Agent** connector only lists all the agents you have in your AI project, you don't need to provide any information for this connector.
90+
The **List Agent** connector only lists all the agents you have in your AI project, you don't need to provide any information for this connector.
9391

94-
The **create thread** connector creates a new [thread](../concepts/threads-runs-messages.md#threads), which is a conversation session between an Agent and a user. Threads store [messages](../concepts/threads-runs-messages.md#messages) and automatically handle truncation to fit content into a model's context.
92+
## Configure the "create thread" connector
9593

96-
To configure the **create thread** connector:
94+
The **create thread** connector creates a new [thread](../concepts/threads-runs-messages.md#threads), which is a conversation session between an Agent and a user. Threads store [messages](../concepts/threads-runs-messages.md#messages) and automatically handle truncation to fit content into a model's context. You can configure the **create thread** connector with the following:
9795

9896
**messages (optional)**: You can add the message you want the AI agent to respond to. Add the role as **user** for the message you want the agent to respond to. It can be the event payload from the trigger, for example a form response field. It can also be a constant message, for example always triggering with the phrase "*what is the latest AI news this week?*"
9997

0 commit comments

Comments
 (0)