Skip to content

Return inserted llm record ID in response#60

Merged
goldlabelapps merged 1 commit intomasterfrom
staging
Apr 5, 2026
Merged

Return inserted llm record ID in response#60
goldlabelapps merged 1 commit intomasterfrom
staging

Conversation

@goldlabelapps
Copy link
Copy Markdown
Owner

Include the newly inserted llm row's id in the API response. Initialize record_id, add RETURNING id to the INSERT, fetch the returned id, and include it in the response payload as data.id. DB insertion errors are still logged but won't break the API response.

Include the newly inserted llm row's id in the API response. Initialize record_id, add RETURNING id to the INSERT, fetch the returned id, and include it in the response payload as data.id. DB insertion errors are still logged but won't break the API response.
@goldlabelapps goldlabelapps self-assigned this Apr 5, 2026
@github-project-automation github-project-automation bot moved this to Backlog in Python Apr 5, 2026
@goldlabelapps goldlabelapps added this to the Proof of Concept milestone Apr 5, 2026
@goldlabelapps goldlabelapps merged commit 05d976d into master Apr 5, 2026
2 checks passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in Python Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant