Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/askui/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def act(
interface interactions.

Args:
goal (str): A description of what the agent should achieve.
goal (str | list[MessageParam]): A description of what the agent should achieve.
model (str | None, optional): The composition or name of the model(s) to be used for achieving the `goal`.
on_message (OnMessageCb | None, optional): Callback for new messages. If it returns `None`, stops and does not add the message.

Expand Down