UNPKG

@langgraph-js/sdk

Version:

The UI SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces

6 lines (5 loc) 289 B
import { RenderMessage } from "../LangGraphClient.js"; /** 获取 AIMessage 中的 Thinking 文本 */ export declare const getThinkingContent: (message: RenderMessage) => any; /** 获取 AIMessage 中的纯文本 */ export declare const getTextContent: (message: RenderMessage) => string;