useSessionContext
@forge/monorepo / frontend/src / useSessionContext
Function: useSessionContext()
useSessionContext(
input):object
Defined in: frontend/src/hooks/hooks.ts:182
Fetches and shapes the context inspection for a conversation/run for the Context panel (#39).
Parameters
input
conversationId
string
runId?
string
Returns
object
data
data:
ContextPanelData|undefined
error
error:
PlatformError|undefined
loading
loading:
boolean