mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix(NA): eslint
This commit is contained in:
parent
47c7137a95
commit
13b0749d09
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ export function convertResponseContentToChatGenerationChunk(
|
|||
});
|
||||
}
|
||||
|
||||
export function convertAuthorToRole(author: string): typeof POSSIBLE_ROLES[number] {
|
||||
export function convertAuthorToRole(author: string): (typeof POSSIBLE_ROLES)[number] {
|
||||
switch (author) {
|
||||
/**
|
||||
* Note: Gemini currently is not supporting system messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue