Skip to content

Refactor: Avoid using global context in SuggestionsResponse

Alexander Chueshev requested to merge avoid-context-completions-response into main

Use ModelEngineOutput to construct SuggestionsResponse in the v2/completions endpoint instead of the global content var.

Merge request reports