fix: keep Code Agent timeout activity live
This commit is contained in:
@@ -1337,7 +1337,7 @@ async function sendAgentMessage(message, conversationId, traceId = nextProtocolI
|
||||
},
|
||||
timeoutMs: CODE_AGENT_TIMEOUT_MS,
|
||||
timeoutName: "Code Agent",
|
||||
activityRef: state.currentRequest,
|
||||
activityRef: () => state.currentRequest,
|
||||
body: JSON.stringify({
|
||||
message,
|
||||
conversationId,
|
||||
|
||||
Reference in New Issue
Block a user