src/engine/step2/disambiguation_helpers.py [241:249]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            default = options[0]["Code"]
        else:
            options = [{"Score": -1.0, "Code": "-1", "Description": "N/A"}]
            default = "N/A"

        entity["Options"] = options
        entity["Query-arg"] = default

    return entities
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/engine/step2/disambiguation_helpers.py [267:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            default = options[0]["Code"]
        else:
            options = [{"Score": -1.0, "Code": "-1", "Description": "N/A"}]
            default = "N/A"
        entity["Options"] = options
        entity["Query-arg"] = default

    return entities
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



