File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ // IMPORTANT!
2+ // In the future code assist api will be provided to ydb-ui component explicitly by consumer service.
3+ // Current solution is temporary and aimed to satisfy internal puproses.
4+ // It means this whole file will be moved to customer service
5+
16import type { PromptFile , Suggestions } from '@ydb-platform/monaco-ghost' ;
27
38import { codeAssistBackend as CODE_ASSISTANT_BACKEND } from '../../store' ;
@@ -76,8 +81,6 @@ function prepareCodeAssistPrompt(promptFiles: PromptFile[]): CodeAssistSuggestio
7681 } ) ;
7782}
7883
79- // In the future code assist api will be provided to ydb-ui component explicitly by consumer service.
80- // Current solution is temporary and aimed to satisfy internal puproses.
8184export class CodeAssistAPI extends BaseYdbAPI {
8285 getPath ( path : string ) {
8386 return `${ CODE_ASSISTANT_BACKEND ?? '' } ${ path } ` ;
You can’t perform that action at this time.
0 commit comments