-
Notifications
You must be signed in to change notification settings - Fork 1
AI-83: Add /[type]/[id] endpoint for getting or generating things #200
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
base: main
Are you sure you want to change the base?
Conversation
…g things (AI-83) Co-Authored-By: Nathan Clevenger <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
…ction signature Co-Authored-By: Nathan Clevenger <[email protected]>
|
Error: You cannot use different slug names for the same dynamic path ('id' !== 'type'). |
…hname Co-Authored-By: Nathan Clevenger <[email protected]>
AI-83: Add
/[type]/[id]endpoint for getting or generating thingsImplementation Details
This PR adds a new API endpoint that follows the pattern
/[type]/[id]in the ai-database package. The endpoint:The implementation follows the existing patterns in the codebase, particularly the
/[id]route for nouns, but extends it to handle any type of thing.Open Questions
Additional Information