Giskard-AI / Giskard-AI/giskard-hub-python
3.2.0 - Issue with "/v2/evaluations/create-local"
Open
@henchaves is already working on this.
Since Sep 8, 2026.
- Dominant language
- Python
- Stars
- 5
- Forks
- 0
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 8
Description
Hey! Having a new issue in gsk-hub 3.2.0 when creating a local evaluation in our Giskard Cloud instance ;
hub.evaluations.create_local(**kwargs)
With kwargs being :
{
"agent_info": {
"name": "name",
"description": "description"
},
"dataset_id": "******",
"name": "name"
}
returns the following error:
giskard_hub.UnprocessableEntityError: Error code: 422 - {'fields': {'criteria': 'Input should be a valid list'}}
Can you help us with it? What's the workaround (apart from staying on 3.1.0 ?)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.