mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
fix invoice_ocr_assistant
This commit is contained in:
parent
9d8cdd19ac
commit
d02692e945
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class InvoiceOCRAssistant(Role):
|
|||
|
||||
def __init__(self, **kwargs):
|
||||
super().__init__(**kwargs)
|
||||
self._init_actions([InvoiceOCR])
|
||||
self._set_react_mode(react_mode=RoleReactMode.BY_ORDER.value)
|
||||
|
||||
async def _act(self) -> Message:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue