useAgentRuntimeByPodName
Agent Runtimes / hooks/useAgentRuntimes / useAgentRuntimeByPodName
Function: useAgentRuntimeByPodName()
useAgentRuntimeByPodName(
podName):UseQueryResult<NoInfer<AgentRuntimeData>,Error>
Defined in: src/hooks/useAgentRuntimes.ts:800
Hook to fetch a single agent runtime by pod name.
Parameters
podName
string | undefined
Returns
UseQueryResult<NoInfer<AgentRuntimeData>, Error>