Interface: PatchLangGraphOptions
Defined in: src/hooks/langgraph.ts:43
Properties
agentId
agentId:
string
Defined in: src/hooks/langgraph.ts:44
loadModule?
optionalloadModule?: () =>Promise<LangGraphModule|undefined>
Defined in: src/hooks/langgraph.ts:45
Returns
Promise<LangGraphModule | undefined>