You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Tools can be implemented as workflow steps (using `"use step"` for automatic retries), or as regular workflow-level logic
87
87
- Tools can use core library features like `sleep()` and Hooks within their `execute` functions
88
88
- The agent processes tool calls iteratively until completion
89
+
- The `stream()` method returns `{ messages }` containing the full conversation history, including initial messages, assistant responses, and tool results
89
90
90
91
## Examples
91
92
@@ -180,6 +181,58 @@ async function multiToolAgentWorkflow(userQuery: string) {
0 commit comments