Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
richardblythman committed Dec 19, 2024
1 parent 61fb637 commit 04e92e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ naptha run kb:wikipedia_kb -p "mode='query' query='Socrates'"
### Run an Agent that interacts with the Knowledge Base

```bash
naptha run agent:wikipedia_agent -p "query='socrates' question='Who is Socrates?'" --kb_node_urls "http://localhost:7001"
naptha run agent:wikipedia_agent -p "query='Socrates' question='Who is Socrates?'" --kb_node_urls "http://localhost:7001"
```

## Personas
Expand Down

0 comments on commit 04e92e8

Please sign in to comment.