Skip to content

Commit 71a61b5

Browse files
anna239nikomatsakis
authored andcommitted
Update docs/rfds/auth.mdx
Co-authored-by: Niko Matsakis <niko@alum.mit.edu>
1 parent e0da39c commit 71a61b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rfds/auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ I suggest adding more information about auth methods that agent supports, which
1515
> How do things work today and what problems does this cause? Why would we change things?
1616
1717
Agents have different ways of authenticating users: env vars with api keys, running a command like `<agent_name> login`, some just open a browser and use oauth.
18-
[AuthMethod](https://agentclientprotocol.com/protocol/schema#authmethod) does not really tell the client what should be done to authenticate. This means we can't show the user a control for entering key if an aggent support auth through env var.
18+
[AuthMethod](https://agentclientprotocol.com/protocol/schema#authmethod) does not really tell the client what should be done to authenticate. This means we can't show the user a control for entering key if an agent supports auth through env var.
1919

2020
## What we propose to do about it
2121

0 commit comments

Comments
 (0)