mirror of https://github.com/kortix-ai/suna.git
wip
This commit is contained in:
parent
b52fbcafb0
commit
8cf4c22f26
|
@ -13,8 +13,6 @@ import { ChatInput } from '@/components/chat-input';
|
|||
// Define a type for the params to make React.use() work properly
|
||||
type ThreadParams = { id: string; threadId: string };
|
||||
|
||||
|
||||
|
||||
interface ApiMessage {
|
||||
role: string;
|
||||
content: string;
|
||||
|
|
Loading…
Reference in New Issue