Skip to content

Commit 1aa51d0

Browse files
committed
fixes
1 parent d1a31bd commit 1aa51d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,17 @@ Start by adding the Azure AI Foundry Agent service connectors to your workflow.
5858

5959
:::image type="content" source="../media/triggers/connectors.png" alt-text="A screenshot of the actions added to a workflow." lightbox="../media/triggers/connectors.png":::
6060

61-
1.
61+
1. Depending on your use-case, choose the actions you need.
62+
63+
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:
6264

63-
1. Depending on your use-case, choose the actions you need. 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:
6465
1. Create thread
6566
1. Create run
6667
1. Get run
6768
1. List messages
6869

69-
1. If you want to create a new [run](../concepts/threads-runs-messages.md#runs) in the same thread for each new event, add the following in sequence:
70+
If you want to create a new [run](../concepts/threads-runs-messages.md#runs) in the same thread for each new event, add the following in sequence:
71+
7072
1. Create run
7173
1. Get run
7274
1. List messages

0 commit comments

Comments
 (0)