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