Skip to content

Commit 13f12b4

Browse files
committed
Fix typo in the section about AgentExtension
1 parent c74b53a commit 13f12b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ interface AgentSkill {
315315

316316
Describes an API extension that provides additional methods on top of the core functionality of the A2A protocol.
317317

318-
Note that, unlike agent ["skills"](#554-agentskill-object) and ["capabilities"](#552-agentcapabilities-object), **individual extensions are not part of the A2A specification**. Therefore, when adding extensions to their A2A servers, developers carefully consider potential security, performance, and other implications.
318+
Note that, unlike agent ["skills"](#554-agentskill-object) and ["capabilities"](#552-agentcapabilities-object), **individual extensions are not part of the A2A specification**. Therefore, when adding extensions to their A2A servers, developers should carefully consider potential security, performance, and other implications.
319319

320320
```typescript
321321
export interface AgentExtension {

0 commit comments

Comments
 (0)