File tree 1 file changed +5
-2
lines changed
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
+
1
6
import type { PromptFile , Suggestions } from '@ydb-platform/monaco-ghost' ;
2
7
3
8
import { codeAssistBackend as CODE_ASSISTANT_BACKEND } from '../../store' ;
@@ -76,8 +81,6 @@ function prepareCodeAssistPrompt(promptFiles: PromptFile[]): CodeAssistSuggestio
76
81
} ) ;
77
82
}
78
83
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.
81
84
export class CodeAssistAPI extends BaseYdbAPI {
82
85
getPath ( path : string ) {
83
86
return `${ CODE_ASSISTANT_BACKEND ?? '' } ${ path } ` ;
You can’t perform that action at this time.
0 commit comments