feat: add tests (#843)
This commit is contained in:
parent
95a2af2535
commit
9dd9a9898c
35 changed files with 1063 additions and 191 deletions
|
|
@ -4,7 +4,7 @@ import { DataStreamWriter, streamObject, tool } from 'ai';
|
|||
import { getDocumentById, saveSuggestions } from '@/lib/db/queries';
|
||||
import { Suggestion } from '@/lib/db/schema';
|
||||
import { generateUUID } from '@/lib/utils';
|
||||
import { myProvider } from '../models';
|
||||
import { myProvider } from '../providers';
|
||||
|
||||
interface RequestSuggestionsProps {
|
||||
session: Session;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue