UNPKG

@langgraph-js/sdk

Version:

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

5 lines (4 loc) 190 B
/** 由于 langchain human in the loop 没有设计调用 id,所以我们需要给一个 id */ export const createActionRequestID = (j) => { return j.name + JSON.stringify(j.args); };