-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bulk Message Creation Endpoint (#82)
* fix: increase db pool limit and optimize crud requests * fix: Sentry tracing and fly concurrency * feat: Add alembic and indexes * feat: Batch insert method * fix: Pydantic Validation * fix: Added Pydantic based API validation and Associated Test Cases * chore: Update Changelog * fix(docs): Update Docs with new API Method and OpenAPI Spec * chore(ci): Add Environment Variable for Anthropic
- Loading branch information
1 parent
6995f87
commit d6194df
Showing
20 changed files
with
4,494 additions
and
4,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
docs/api-reference/endpoint/messages/create-batch-messages-for-session.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
openapi: post /v1/apps/{app_id}/users/{user_id}/sessions/{session_id}/messages/batch | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.