Skip to content

Commit c3ce23d

Browse files
committed
docs: shorten example descriptions in README table for better readability
1 parent 976162c commit c3ce23d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,13 @@ console.log(result.result.text);
223223

224224
## 📚 Practical Examples
225225

226-
| Example | File | Description |
227-
| -------------- | ----------------------- | ------------------------ |
228-
| **Basic** | `examples/hello.js` | Simple agent with tools |
229-
| **Security** | `examples/security.js` | HMAC authentication demo |
230-
| **Guardrails** | `examples/guardrail.js` | Input/output validation |
231-
| **Handoffs** | `examples/handoffs.js` | Transfer between agents |
232-
| **MCP** | `examples/mcp/` | MCP server integration |
226+
| Example | File | Description |
227+
| -------------- | ----------------------- | ----------------------- |
228+
| **Basic** | `examples/hello.js` | Simple agent with tools |
229+
| **Security** | `examples/security.js` | HMAC authentication |
230+
| **Guardrails** | `examples/guardrail.js` | Input/output validation |
231+
| **Handoffs** | `examples/handoffs.js` | Transfer between agents |
232+
| **MCP** | `examples/mcp/` | MCP server integration |
233233

234234
Run any example:
235235

0 commit comments

Comments
 (0)