You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertevent.trace_id==request.trace_id, f"Trace IDs do not match in model objects with agent_type={agent_type}"
45
45
assertevent.status==AgentStatus.IDLE
46
-
assertevent.message.kindin (MessageKind.STAGE_RESULT, MessageKind.FINAL_RESULT), f"Message kind {event.message.kind} is not one of the expected kinds"
46
+
assertevent.message.kindin (MessageKind.STAGE_RESULT, MessageKind.REVIEW_RESULT), f"Message kind {event.message.kind} is not one of the expected kinds"
0 commit comments