We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a0d58 commit 60cd5deCopy full SHA for 60cd5de
uml/ch04/llm_agent_class_pt1.puml
@@ -29,7 +29,7 @@ package "llm_agents_from_scratch.agent" <<Folder>> {
29
--
30
+<<constructor>> __init__(\n\tllm: LLM,\n\ttools: list[Tool] | None\n\ttemplates: LLMAgentTemplates\n):
31
+add_tool(tool: Tool)
32
- +run(task: Task): LLMAgent.TaskHandler
+ +<<async*>> run(\n\ttask: Task,\n\tmax_steps: int | None\n): TaskResult
33
}
34
35
0 commit comments