Skip to content

Commit 60cd5de

Browse files
authored
update uml (#268)
1 parent f6a0d58 commit 60cd5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uml/ch04/llm_agent_class_pt1.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package "llm_agents_from_scratch.agent" <<Folder>> {
2929
--
3030
+<<constructor>> __init__(\n\tllm: LLM,\n\ttools: list[Tool] | None\n\ttemplates: LLMAgentTemplates\n):
3131
+add_tool(tool: Tool)
32-
+run(task: Task): LLMAgent.TaskHandler
32+
+<<async*>> run(\n\ttask: Task,\n\tmax_steps: int | None\n): TaskResult
3333
}
3434
}
3535

0 commit comments

Comments
 (0)