From ef1242f3bdb6c886528ba216dd84126d88df86a6 Mon Sep 17 00:00:00 2001 From: hbyang Date: Tue, 23 Jun 2026 17:12:22 +0900 Subject: [PATCH] =?UTF-8?q?protocol=20=EC=88=98=EC=A0=95=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent/router/v1/chat/protocol.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/router/v1/chat/protocol.py b/agent/router/v1/chat/protocol.py index 953af37..937d1e8 100644 --- a/agent/router/v1/chat/protocol.py +++ b/agent/router/v1/chat/protocol.py @@ -23,8 +23,8 @@ class Req_Chat(Req_WebPacketProtocol): partner_count: int = 1 acceptance_ratio: float = 0.05 # 갑(KT/iMK)이 직접 입력. anchor < target. anchor 기본 제안값 = target*(1-0.01). - target_price: float = 10000 # KT 목표 매입가 - anchor_price: float = 9900 # KT 앵커링가(목표가보다 낮음). 제시가 ≤ anchor → 우선협상 + target_price: int = 10000 # KT 목표 매입가 + anchor_price: int = 9900 # KT 앵커링가(목표가보다 낮음). 제시가 ≤ anchor → 우선협상 class Res_Chat(Res_WebPacketProtocol):