updating some docs and including example projects#316
Conversation
…ks next to each other
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0ec7b73cb7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| You can also call the app route directly: | ||
|
|
||
| ```bash | ||
| curl -X POST /api/agent \ |
There was a problem hiding this comment.
Add explicit host to sample curl command
The README’s direct API test command uses a relative path (/api/agent) without a scheme/host, so running it from a shell fails with a URL error instead of hitting the local FastAPI server. This breaks the primary manual verification path for the example; the command should include the local server URL (for example http://127.0.0.1:8000/api/agent).
Useful? React with 👍 / 👎.
|
@NoamBenS can you rename the top-level sub folders to follow this pattern Ex. |
No description provided.