useAgentEvents
Agent Runtimes / hooks/useNotifications / useAgentEvents
Function: useAgentEvents()
useAgentEvents(
agentId,params?,enabled?):UseQueryResult<ListAgentEventsResponse,Error>
Defined in: hooks/useNotifications.ts:111
Parameters
agentId
string
params?
Omit<ListAgentEventsParams, "agent_id">
enabled?
boolean = true
Returns
UseQueryResult<ListAgentEventsResponse, Error>