@langchain/core
Version:
Core LangChain.js abstractions and schemas
14 lines (12 loc) • 368 B
JavaScript
import { KNOWN_BLOCK_TYPES } from "./tools.js";
import { KNOWN_BLOCK_TYPES as KNOWN_BLOCK_TYPES$1 } from "./multimodal.js";
//#region src/messages/content/index.ts
const KNOWN_BLOCK_TYPES$2 = [
"text",
"reasoning",
...KNOWN_BLOCK_TYPES,
...KNOWN_BLOCK_TYPES$1
];
//#endregion
export { KNOWN_BLOCK_TYPES$2 as KNOWN_BLOCK_TYPES };
//# sourceMappingURL=index.js.map