Skip to content

Commit 033bab2

Browse files
authored
fix: fix _initialize_fresh_execution types for Haystack 2.28 (#469)
1 parent 03bdf0b commit 033bab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • haystack_experimental/components/agents

haystack_experimental/components/agents/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def __init__( # noqa: PLR0913
178178

179179
def _initialize_fresh_execution(
180180
self,
181-
messages: list[ChatMessage] | None,
181+
messages: list[ChatMessage],
182182
streaming_callback: StreamingCallbackT | None,
183183
requires_async: bool,
184184
*,

0 commit comments

Comments
 (0)