You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/Agents/agents.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ The **Agent** component has two outputs:
159
159
1. In the **Agent** component, click the output label near the component's output port and select **Structured Response**.
160
160
2. Select the **Agent** component to open the [component inspection panel](/concepts-components#component-inspection-panel), and then click <Iconname="Table"aria-hidden="true"/> **Open table**.
161
161
3. Click <Iconname="Plus"aria-hidden="true"/> **+** to add a row for each field you want to extract. For each row, enter a **Name**, **Type**, and optionally a **Description** and **As List** toggle.
162
-
4. Connect the **Structured Response** port to a downstream component that accepts [`Data`](/data-types#data) input, such as a **Parser** or **JSON Operations** component.
162
+
4. Connect the **Structured Response** port to a downstream component that accepts [`JSON`](/data-types#json) input, such as a **Parser** or [**Data Operations** component](./operations).
163
163
164
164
The **Agent** component uses the connected LLM to extract structured data, and the extraction behavior is configured in the **Output Format Instructions** field.
165
165
Modify the prompt in the **Output Format Instructions** field to change extraction behavior.
0 commit comments