Skip to content

Commit

Permalink
Bugfix for is_predictable_without_description (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Aug 28, 2024
1 parent 410e8fc commit 3894d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prediction_market_agent_tooling/tools/is_predictable.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def is_predictable_without_description(
description=description,
)
completion = str(
llm(
llm.invoke(
messages, max_tokens=max_tokens, config=get_langfuse_langchain_config()
).content
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prediction-market-agent-tooling"
version = "0.48.5"
version = "0.48.6"
description = "Tools to benchmark, deploy and monitor prediction market agents."
authors = ["Gnosis"]
readme = "README.md"
Expand Down

0 comments on commit 3894d6b

Please sign in to comment.