Skip to content

Commit 221a803

Browse files
committed
small fix
1 parent b58115d commit 221a803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/agents/includes/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| Message | A message created by an agent or a user. Messages can include text, images, and other files. Messages are stored as a list on the Thread. |
1616
| Run | Activation of an agent to begin running based on the contents of Thread. The agent uses its configuration and Thread’s Messages to perform tasks by calling models and tools. As part of a Run, the agent appends Messages to the Thread. |
1717

18-
1. Create a New Java Console project. You will need the following dependencies to run the code:
18+
First, create a New Java console project. You will need the following dependencies to run the code:
1919

2020
```xml
2121
<dependencies>

0 commit comments

Comments
 (0)