diff --git a/src/pages/Home/components/Portfolio/Prompt/Prompt.tsx b/src/pages/Home/components/Portfolio/Prompt/Prompt.tsx index ae935977a..5f291571c 100644 --- a/src/pages/Home/components/Portfolio/Prompt/Prompt.tsx +++ b/src/pages/Home/components/Portfolio/Prompt/Prompt.tsx @@ -8,6 +8,7 @@ import { Scrollbars, Grow, Backdrop, + TrashIcon, } from '@avalabs/core-k2-components'; import { useCallback, useEffect, useMemo, useRef, useState } from 'react'; import { functionDeclarations, systemPromptTemplate } from './models'; @@ -672,13 +673,24 @@ export function Prompt() { {isTyping && } - + + { + setPrompts([ + { + role: 'model', + content: `Hey there! I'm Core AI, here to help you manage your assets safely and smoothly. What can I do for you today?`, + }, + ]); + }} + />