Describe the bug
I am getting what I think is a pydantic parsing error, when the model returns "none"
Client:
Please remove untested options:
Python Library
Options
Multimodal
Additional context
I am getting the following error:
validation errors for ParsingModel[ExtractionResult]
__root__ -> data -> fund_amount
none is not an allowed value (type=type_error.none.not_allowed)
__root__ -> data -> global_amount
Describe the bug I am getting what I think is a pydantic parsing error, when the model returns "none"
Client: Please remove untested options:
Options Multimodal
Additional context I am getting the following error: