feat(agentrun): add events long polling
This commit is contained in:
@@ -76,6 +76,8 @@ export interface AgentRunResourceOptions {
|
||||
commandId: string | null;
|
||||
sessionId: string | null;
|
||||
afterSeq: number | null;
|
||||
expect: number | null;
|
||||
timeoutMs: number;
|
||||
eventDetailSeq: number | null;
|
||||
tail: number | null;
|
||||
fullText: boolean;
|
||||
|
||||
Reference in New Issue
Block a user