mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-25 08:04:49 +00:00
fix: Log 'Observation' on new line (#4704)
This commit is contained in:
parent
3d3b79986f
commit
63f24cb1f3
@ -210,7 +210,7 @@ class Agent:
|
||||
llm_prefix: Optional[str] = None,
|
||||
**kwargs: Any,
|
||||
) -> None:
|
||||
print_text(observation_prefix) # type: ignore
|
||||
print_text(f"\n{observation_prefix}") # type: ignore
|
||||
print_text(tool_output, color=color)
|
||||
print_text(f"\n{llm_prefix}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user