Type Alias AgentRunQueryOptions

AgentRunQueryOptions: {
    agentIn?: string[];
    statusIn?: AgentRunStatus[];
}