Skip to content

Commit 7514591

Browse files
fix: bug where AgentMessages did not show up in reports anymore
1 parent 46d3113 commit 7514591

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/askui/agent_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def __init__(
7171
self._act_model: ActModel = AskUIAgent(
7272
model_id=_settings.vlm_provider.model_id,
7373
messages_api=_settings.to_messages_api(),
74+
reporter=self._reporter,
7475
)
7576

7677
# Provider-based tools

0 commit comments

Comments
 (0)