Description
Input generalize language issue
(Optional:) Please add any files, screenshots, or other information here.
def add_raw_costs(a: RawCost, b: RawCost) -> RawCost:
return RawCost(Decimal(a) + Decimal(b))
def add_stored_costs(a: StoredCost, b: StoredCost) -> StoredCost:
return StoredCost(Decimal(a) + Decimal(b))
def add_display_costs(a: DisplayCost, b: DisplayCost) -> DisplayCost:
return DisplayCost(Decimal(a) + Decimal(b))
(Required) What is this issue most closely related to? Select one.
Formula
Internal issue ID
957682e5-b945-41b7-8ef6-4ecaf19f691b
Paper URL
https://arxiv.org/html/2508.06206v3
Browser
Chrome/149.0.0.0
Device Type
Android
Description
Input generalize language issue
(Optional:) Please add any files, screenshots, or other information here.
def add_raw_costs(a: RawCost, b: RawCost) -> RawCost:
return RawCost(Decimal(a) + Decimal(b))
def add_stored_costs(a: StoredCost, b: StoredCost) -> StoredCost:
return StoredCost(Decimal(a) + Decimal(b))
def add_display_costs(a: DisplayCost, b: DisplayCost) -> DisplayCost:
return DisplayCost(Decimal(a) + Decimal(b))
(Required) What is this issue most closely related to? Select one.
Formula
Internal issue ID
957682e5-b945-41b7-8ef6-4ecaf19f691b
Paper URL
https://arxiv.org/html/2508.06206v3
Browser
Chrome/149.0.0.0
Device Type
Android