-
Notifications
You must be signed in to change notification settings - Fork 0
Address feedback from review #39
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -137,9 +137,10 @@ func RegisterLocalAIRoutes(router *echo.Echo, | |||||||||
| requestExtractor.BuildFilteredFirstAvailableDefaultModel(config.BuildUsecaseFilterFn(config.FLAG_TOKENIZE)), | ||||||||||
| requestExtractor.SetModelAndConfig(func() schema.LocalAIRequest { return new(schema.TokenizeRequest) })) | ||||||||||
|
|
||||||||||
| // MCP Stream endpoint | ||||||||||
| // MCP endpoint - supports both streaming and non-streaming modes | ||||||||||
| // Note: streaming mode is NOT compatible with the OpenAI apis. We have a set which streams more states. | ||||||||||
|
||||||||||
| // Note: streaming mode is NOT compatible with the OpenAI apis. We have a set which streams more states. | |
| // Note: streaming mode is NOT compatible with the OpenAI API. We have a set which streams more states. |
Copilot
AI
Jan 4, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment states "We have a set which streams more states" which is unclear. Consider rewording to "This endpoint streams additional state information beyond what the standard OpenAI API provides" or similar phrasing to clarify what "a set which streams more states" means.
| // Note: streaming mode is NOT compatible with the OpenAI apis. We have a set which streams more states. | |
| // Note: streaming mode is NOT compatible with the OpenAI APIs. This endpoint streams additional state information beyond what the standard OpenAI API provides. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment states "SSE mode, but it is not compatible with the OpenAI apis". The phrase should use "OpenAI API" (singular and capitalized) for consistency with technical documentation standards.