Merged
Conversation
Nutlope
approved these changes
Mar 18, 2026
There was a problem hiding this comment.
Pull request overview
This PR fixes a lint failure in the generated Chat resource by ensuring additional chat-related types imported from ./completions are also re-exported from the Chat namespace.
Changes:
- Add missing chat message-related type imports (
ChatCompletionFunctionMessageParam,ChatCompletionMessage,ChatCompletionMessageParam). - Re-export the above types (and restore re-exports for
ChatCompletionSystemMessageParam,ChatCompletionTool,ChatCompletionToolMessageParam) fromexport declare namespace Chat.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
Merged
stainless-app bot
added a commit
that referenced
this pull request
Mar 18, 2026
* codegen metadata * codegen metadata * codegen metadata * fix(client): avoid removing abort listener too early * codegen metadata * chore: Update descriptions for jig queue methods and properties * codegen metadata * chore(internal): avoid type checking errors with ts-reset * codegen metadata * feat: Update descriptions for endpoints * chore: Fix various docstrings * chore(internal/client): fix form-urlencoded requests * chore: Remove broken field LineCount from FileResponse * codegen metadata * chore: configure new SDK language * chore: Revert adding mcp code. Code additions were unexpected. * chore: update mock server docs * fix(internal): skip tests that depend on mock server * fix(docs/contributing): correct pnpm link command * codegen metadata * chore(internal): move stringifyQuery implementation to internal function * feat: update deployments schemas to include volume versions * feat: Add typing for completion responses related to logprobs * feat: Change TrainingType default to null * feat: Add wandb_entity argument to OpenAPI definition * feat: Update training type for price estimation too * feat: Another try * fix: fix request delays for retrying to be more respectful of high requested delays * chore(test): do not count install time for mock server timeout * feat: Add FT models supported and limits * codegen metadata * chore(ci): skip uploading artifacts on stainless-internal branches * chore: update placeholder string * fix(client): preserve URL params already embedded in path * chore(internal): update dependencies to address dependabot vulnerabilities * fix: fixed autoscaling configs in deployments api * codegen metadata * feat: Update llama 3.1 8b w/ qwen 3.5 9b * chore(internal): tweak CI branches * fix(types): change model to string in chat completions * codegen metadata * feat(api): manual updates * feat(api): manual updates * feat(api): manual updates * chore: Fix broken lint (#213) * release: 0.38.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.