Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/components/ChattyLLM/ChattyLLMInputForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
<template #icon>
<AssistantIcon />
</template>
<template #default>

Check failure on line 89 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check failure on line 89 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check failure on line 89 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
<NcButton @click="chatContent = 'What\'s the weather in berlin, right now?'" :aria-label="t('assisant', 'Ask assistant, what\'s the weather in berlin right now')" variant="secondary">

Check warning on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute "variant" should go before "@click"

Check warning on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute ":aria-label" should go before "@click"

Check failure on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check warning on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute "variant" should go before "@click"

Check warning on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute ":aria-label" should go before "@click"

Check failure on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check warning on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Attribute "variant" should go before "@click"

Check warning on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Attribute ":aria-label" should go before "@click"

Check failure on line 90 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
{{ t('assistant', 'What\'s the weather in berlin, right now?') }}

Check failure on line 91 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check failure on line 91 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
</NcButton>

Check failure on line 92 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check failure on line 92 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
<NcButton @click="chatContent = 'Can you show me a map of Berlin?'" :aria-label="t('assisant', 'Ask assistant, to show you a map of Berlin')" variant="secondary">

Check warning on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute "variant" should go before "@click"

Check warning on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute ":aria-label" should go before "@click"

Check warning on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute "variant" should go before "@click"

Check warning on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Attribute ":aria-label" should go before "@click"

Check failure on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check warning on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Attribute "variant" should go before "@click"

Check warning on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Attribute ":aria-label" should go before "@click"

Check failure on line 93 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
{{ t('assistant', 'Can you show me a map of Berlin?') }}

Check failure on line 94 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check failure on line 94 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
</NcButton>

Check failure on line 95 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check failure on line 95 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
</template>

Check failure on line 96 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM build

Expected "\t" character, but found " " character

Check failure on line 96 in src/components/ChattyLLM/ChattyLLMInputForm.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
</NoSession>
<div v-else
class="session-area__chat-area__active-session"
Expand Down
1 change: 1 addition & 0 deletions src/components/ChattyLLM/NoSession.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<template #icon>
<slot name="icon" />
</template>
<slot name="default" />

Check failure on line 10 in src/components/ChattyLLM/NoSession.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Expected "\t" character, but found " " character
</NcEmptyContent>
</template>

Expand Down
Loading