Skip to content

Commit a40b4e7

Browse files
authored
Fix serialisation issue with object return from llm (#1814)
1 parent 884c44d commit a40b4e7

2 files changed

Lines changed: 911 additions & 1130 deletions

File tree

giskard/ml_worker/websocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class PartialUnexpectedCounts(ConfiguredBaseModel):
271271
class SingleTestResultDetails(ConfiguredBaseModel):
272272
inputs: Dict[str, List[Any]]
273273
outputs: List[Any]
274-
results: List[str]
274+
results: List[Any]
275275
metadata: Dict[str, List[Any]]
276276

277277

0 commit comments

Comments
 (0)