Skip to content

Commit

Permalink
fix exception message and bump SDK out of pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-agenta committed Aug 23, 2024
1 parent f3546ef commit 2402f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def validate_json_output(
json.loads(output)
except json.JSONDecodeError:
raise Exception(
f"Evaluator {evaluator_key} requires the output to be a JSON string."
f"Evaluator {evaluator_key} requires the output to be a JSON string or object."
)

if not isinstance(
Expand Down
2 changes: 1 addition & 1 deletion agenta-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agenta"
version = "0.24.1a0"
version = "0.24.1"
description = "The SDK for agenta is an open-source LLMOps platform."
readme = "README.md"
authors = ["Mahmoud Mabrouk <mahmoud@agenta.ai>"]
Expand Down

0 comments on commit 2402f94

Please sign in to comment.