chore: pnpm lint fix

ran pnpm lint fix and fixed all lint errors
This commit is contained in:
Dustin Loring
2025-01-16 10:45:06 -05:00
parent d55a584013
commit 0bf3cafe83
35 changed files with 116 additions and 97 deletions

View File

@@ -1,8 +1,8 @@
import { streamText as _streamText } from 'ai';
import { getAPIKey } from '~/lib/.server/llm/api-key';
import { getAnthropicModel } from '~/lib/.server/llm/model';
import { MAX_TOKENS } from './constants';
import { getSystemPrompt } from './prompts';
import { getAPIKey } from '~/lib/.server/llm/api-key';
import { getAnthropicModel } from '~/lib/.server/llm/model';
interface ToolResult<Name extends string, Args, Result> {
toolCallId: string;