Skip to content

Commit 334556d

Browse files
committed
removing table
1 parent d8f563b commit 334556d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ ms.custom: devx-track-ts
2020

2121
## Configure and run an agent
2222

23-
| Component | Description |
24-
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
25-
| Agent | Custom AI that uses AI models with tools. |
26-
| Tool | Tools help extend an agent’s ability to reliably and accurately respond during conversation. Such as connecting to user-defined knowledge bases to ground the model, or enabling web search to provide current information. |
27-
| Thread | A conversation session between an agent and a user. Threads store Messages and automatically handle truncation to fit content into a model’s context. |
28-
| 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. |
29-
| 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. |
30-
| Run Step | A detailed list of steps the agent took as part of a Run. An agent can call tools or create Messages during its run. Examining Run Steps allows you to understand how the agent is getting to its results. |
31-
3223
Key objects in this code include:
3324

3425
* [AgentsClient](/javascript/api/@azure/ai-agents/agentsclient)

0 commit comments

Comments
 (0)