Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Omar-V2
Copy link
Collaborator

@Omar-V2 Omar-V2 commented Nov 5, 2025

  • Deprecate the n parameter in GetCompletionsRequest.
  • Rename choices to outputs in GetChatCompletionResponse and GetChatCompletionChunk.
  • Introduce new messages for server-side tools: MCPTool, WebSearch, XSearch, CodeExecution, and CollectionsSearch to support various tool functionalities.
  • Add ServerSideTool enum in usage.proto to track server-side tools used during sampling.
  • Include a debug_output field in GetChatCompletionResponse for debugging purposes.

- Deprecate the `n` parameter in `GetCompletionsRequest`.
- Rename `choices` to `outputs` in `GetChatCompletionResponse` and `GetChatCompletionChunk`.
- Introduce new messages for server-side tools: `MCPTool`, `WebSearch`, `XSearch`, `CodeExecution`, and `CollectionsSearch` to support various tool functionalities.
- Add `ServerSideTool` enum in `usage.proto` to track server-side tools used during sampling.
- Include a `debug_output` field in `GetChatCompletionResponse` for debugging purposes.
@Omar-V2 Omar-V2 requested a review from a team as a code owner November 5, 2025 03:18
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed⏩ skippedNov 5, 2025, 5:35 AM

Copy link

@brightsparc brightsparc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, just need to add document search in usage.

@Omar-V2 Omar-V2 merged commit afc88be into main Nov 5, 2025
4 checks passed
@Omar-V2 Omar-V2 deleted the feat/add-server-side-tool-changes branch November 5, 2025 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants