Skip to content
Snippets Groups Projects
Commit a55cf8d8 authored by Alex Yang's avatar Alex Yang
Browse files

fix: type import

parent cf4244fd
Branches
Tags
No related merge requests found
import type { ClientOptions } from "@anthropic-ai/sdk"; import type { ClientOptions } from "@anthropic-ai/sdk";
import { Anthropic as SDKAnthropic } from "@anthropic-ai/sdk"; import { Anthropic as SDKAnthropic } from "@anthropic-ai/sdk";
import { getEnv } from "@llamaindex/env"; import { getEnv } from "@llamaindex/env";
import _ from "lodash";
import { BaseLLM } from "./base.js";
import type { import type {
ChatMessage, ChatMessage,
ChatResponse, ChatResponse,
ChatResponseChunk, ChatResponseChunk,
LLMChatParamsNonStreaming, LLMChatParamsNonStreaming,
LLMChatParamsStreaming, LLMChatParamsStreaming,
} from "llamaindex"; } from "./types.js";
import _ from "lodash";
import { BaseLLM } from "./base.js";
import { extractText, wrapLLMEvent } from "./utils.js"; import { extractText, wrapLLMEvent } from "./utils.js";
export class AnthropicSession { export class AnthropicSession {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment