Skip to content

Commit f98510b

Browse files
committed
Fix: Add unique_id and agent_type to agent reports
1 parent c5be394 commit f98510b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesa_frames/concrete/datacollector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
The model object from which data is collected.
9292
model_reporters : dict[str, Callable] | None
9393
Functions to collect data at the model level.
94-
agent_reporters : dict[str, str | Callable] | None
94+
agent_reporters : dict[str, str] | None
9595
Attributes or functions to collect data at the agent level.
9696
trigger : Callable[[Any], bool] | None
9797
A function(model) -> bool that determines whether to collect data.

0 commit comments

Comments
 (0)