Record Class LangGraphStudioServer.PersistentConfig

java.lang.Object
java.lang.Record
org.bsc.langgraph4j.studio.LangGraphStudioServer.PersistentConfig
Record Components:
sessionId - the ID of the session.
threadId - the ID of the thread.
Enclosing interface:
LangGraphStudioServer

public static record LangGraphStudioServer.PersistentConfig(String sessionId, String instanceId, String threadId) extends Record
Configuration for persistent session data.