chore: format project
This commit is contained in:
parent
79d4d87f24
commit
cd7722afdb
31 changed files with 504 additions and 409 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* eslint-disable @next/next/no-img-element */
|
||||
import { Dialog, Transition } from '@headlessui/react';
|
||||
import { Document } from '@langchain/core/documents';
|
||||
import { Fragment, useState } from 'react';
|
||||
import {Dialog, Transition} from '@headlessui/react';
|
||||
import {Document} from '@langchain/core/documents';
|
||||
import {Fragment, useState} from 'react';
|
||||
|
||||
const MessageSources = ({ sources }: { sources: Document[] }) => {
|
||||
const [isDialogOpen, setIsDialogOpen] = useState(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue