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,
|
timeoutMs: CODE_AGENT_TIMEOUT_MS,
|
||||||
timeoutName: "Code Agent",
|
timeoutName: "Code Agent",
|
||||||
activityRef: state.currentRequest,
|
activityRef: () => state.currentRequest,
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
message,
|
message,
|
||||||
conversationId,
|
conversationId,
|
||||||
|
|||||||
Reference in New Issue
Block a user