pull/58/head
Kye 1 year ago
parent e1e7bd8988
commit 68f0d99784

@ -31,6 +31,7 @@ Parameters:
During initialization, various tools like "document-question-answering", "image-captioning", and more are loaded.
#### Agent Runner (`run`):
`run(self, input: str) -> str`:
This method represents the primary operation of the OmniModalAgent. It takes an input, devises a plan using the chat planner, executes the plan with the task executor, and finally, the response generator crafts a response based on the tasks executed.
Parameters:

Loading…
Cancel
Save