Skip to content
Snippets Groups Projects
Commit 66f4a716 authored by thucpn's avatar thucpn
Browse files

fix: type

parent dec98185
No related branches found
No related tags found
No related merge requests found
import type { ChatMessage } from "@llamaindex/core/llms";
import { type Message } from "ai"; import { type Message } from "ai";
import { IncomingMessage, ServerResponse } from "http"; import { IncomingMessage, ServerResponse } from "http";
import { type ChatMessage } from "llamaindex";
import type { WorkflowFactory } from "../types"; import type { WorkflowFactory } from "../types";
import { import {
parseRequestBody, parseRequestBody,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment