Skip to content

Commit 0ffb24f

Browse files
authored
Merge pull request #70 from grasp-technologies/release-0.6.3
release-0.6.3
2 parents fce544d + b222fad commit 0ffb24f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "grasp_agents"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "Grasp Agents Library"
55
readme = "README.md"
66
requires-python = ">=3.11.4,<4"

src/grasp_agents/llm_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(
122122
response_schema is None
123123
and tools is None
124124
and not is_method_overridden(
125-
"parse_output_impl", self, ParallelProcessor[Any, Any, Any, Any]
125+
"parse_output_impl", self, LLMAgent[Any, Any, Any]
126126
)
127127
):
128128
response_schema = self.out_type

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)