Skip to content

feat: send language ID with Code Suggestions API request

Stan Hu requested to merge sh-send-language-id into main

Currently the Code Suggestions backend looks at the file extension to determine what language the code might be. If the user overrides the language setting in the client, the backend should know about it.

This requires gitlab-org/modelops/applied-ml/code-suggestions/ai-assist!351 (merged).

Edited by Stan Hu

Merge request reports