Skip to content

Check links in markdown files #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 29, 2025
Prev Previous commit
Next Next commit
Fix balancing of back-ticks
Signed-off-by: David Gardner <dagardner@nvidia.com>
  • Loading branch information
dagardner-nv committed May 15, 2025
commit e346ae4bd2394c79afcd9f005c1e2283c6d96d14
2 changes: 1 addition & 1 deletion examples/agno_personal_finance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ curl -X 'POST' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{"inputs": "My financial goal is to retire at age 60. I am currently 40 years old, working as a Machine Learning engineer at NVIDIA."}'
```
```

### Expected API Output
The API response should look like this:
Expand Down
2 changes: 1 addition & 1 deletion examples/email_phishing_analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ curl -X 'POST' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{"input_message": "Dear [Customer], Thank you for your purchase on [Date]. We have processed a refund of $[Amount] to your account. Please provide your account and routing numbers so we can complete the transaction. Thank you, [Your Company]"}'
```
```

### Expected API Output
The API response should look like this:
Expand Down