diff --git a/src/askui/agent.py b/src/askui/agent.py index acfb0050..f149e78f 100644 --- a/src/askui/agent.py +++ b/src/askui/agent.py @@ -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.