Skip to content

Commit 71516e1

Browse files
Apply suggestions from code review
Co-authored-by: Pavindu Lakshan <[email protected]>
1 parent 89e4326 commit 71516e1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

en/includes/guides/agentic-ai/ai-agents/register-and-manage-agents.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Agents with user login come in two variants:
1515

1616
- **Interactive agents**: These agents require constant user interaction throughout their operation. Examples include:
1717

18-
- Chatbots that respond to user queries in real-time
19-
- AI assistants that help users complete tasks
20-
- Conversational interfaces
18+
- Chatbots that respond to user queries in real-time
19+
- AI assistants that help users complete tasks
20+
- Conversational interfaces
2121

2222
Interactive agents use the OAuth `authorization_code` grant flow with PKCE (Proof Key for Code Exchange) to authenticate users and get access tokens.
2323

2424
- **Background agents**: These agents perform tasks on behalf of users but operate asynchronously without requiring constant user interaction. Examples include:
2525

26-
- Scheduled report generators
27-
- Notification services
28-
- Batch processing systems that work with user data
26+
- Scheduled report generators
27+
- Notification services
28+
- Batch processing systems that work with user data
2929

3030
Background agents use CIBA (Client Initiated Backchannel Authentication) flow. This flow lets the agent start authentication through an out-of-band channel (such as email or SMS). The user provides consent asynchronously.
3131

0 commit comments

Comments
 (0)