Describe the bug
We've occasionally observed that the input_schema chosen by the agent is not actually accepted by the predictor. It's unclear at this stage how this happens, given that part of the agent flow includes validating the predictor works with an input sample matching the selected input schema.
To Reproduce
Unsure yet, to be investigated. At a high level:
- Build a model
- Model doesn't accept inputs matching the stated schema when running inference
Expected behavior
The model must accept inputs conforming with the stated schema.
Additional context
This issue was discovered by a user testing the Plexe AI platform. We need to reproduce this locally using the agent builder library.
Describe the bug
We've occasionally observed that the
input_schemachosen by the agent is not actually accepted by the predictor. It's unclear at this stage how this happens, given that part of the agent flow includes validating the predictor works with an input sample matching the selected input schema.To Reproduce
Unsure yet, to be investigated. At a high level:
Expected behavior
The model must accept inputs conforming with the stated schema.
Additional context
This issue was discovered by a user testing the Plexe AI platform. We need to reproduce this locally using the agent builder library.