Skip to content

Add Completion/Object Endpoints - #6

Merged
smashedr merged 29 commits into
masterfrom
completion
Aug 24, 2026
Merged

Add Completion/Object Endpoints#6
smashedr merged 29 commits into
masterfrom
completion

Conversation

@smashedr

@smashedrsmashedr commented Jul 15, 2026

Copy link
Copy Markdown
Member

useCompletion: https://ai-sdk.dev/docs/reference/ai-sdk-ui/use-completion
useObject: https://ai-sdk.dev/docs/reference/ai-sdk-ui/use-object


  • ✅ Add /completion and /object endpoint
  • ✅ Add DISABLE_CLIENT_INSTRUCTIONS option
  • ✅ Add PROVIDER_USER_AGENT option
  • ✅ Change INSTRUCTIONS to INSTRUCTIONS_CHAT (backwards compatible)
  • ✅ Change system to instructions (backwards compatible)
  • ✅ Change / to /chat (backwards compatible)
  • ✅ Update Dependencies and Workflows
  • ⚠️ Change AI_SDK_LOG_WARNINGS logic to match SDK (see WARNING)

Warning

AI_SDK_LOG_WARNINGS has changed and is now 1:1 with the SDK.
Undefined or false will DISABLE and true will ENABLE.
Reference: https://ai-sdk.dev/docs/ai-sdk-ui/error-handling

@github-actionsgithub-actionsBot added the source Source modification label Jul 15, 2026
@github-actionsgithub-actionsBot added the documentation Documentation updates label Jul 15, 2026
@smashedrsmashedr changed the title Add Completion EndpointAdd Completion/Object EndpointsJul 15, 2026
@github-actionsgithub-actionsBot added the workflows Workflows modification label Jul 16, 2026
@smashedr
smashedr merged commit 5de8881 into masterAug 24, 2026
2 checks passed
@smashedr
smashedr deleted the completion branch August 24, 2026 00:01
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationDocumentation updatessourceSource modificationworkflowsWorkflows modification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@smashedr