useAgentEvent
Agent Runtimes / hooks/useNotifications / useAgentEvent
Function: useAgentEvent()
useAgentEvent(
agentId,eventId?):UseQueryResult<GetAgentEventResponse,Error>
Defined in: hooks/useNotifications.ts:127
Parameters
agentId
string
eventId?
string
Returns
UseQueryResult<GetAgentEventResponse, Error>