Skip to content

Commit 873a7a4

Browse files
chore: add inline comment to warning in init of MultiDeviceAgent
1 parent 1c1b546 commit 873a7a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/askui/multi_device_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ def __init__(
110110
)
111111

112112
if tools:
113+
# After all, I don't even know why we actually have both parameters in
114+
# the constructor.
113115
msg = (
114116
"'tools' parameter is not supported for MultiDeviceAgent and will"
115117
" be ignored. Please set tools via the 'act_tools' parameter"

0 commit comments

Comments
 (0)