mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-01 11:56:24 +02:00
Merge pull request #1135 from better629/feat_android
Feat android assistant agent
This commit is contained in:
commit
9e26a40c89
42 changed files with 2345 additions and 29 deletions
|
|
@ -450,7 +450,6 @@ class ActionNode:
|
|||
self, schema, mode, images: Optional[Union[str, list[str]]] = None, timeout=USE_CONFIG_TIMEOUT, exclude=None
|
||||
):
|
||||
prompt = self.compile(context=self.context, schema=schema, mode=mode, exclude=exclude)
|
||||
|
||||
if schema != "raw":
|
||||
mapping = self.get_mapping(mode, exclude=exclude)
|
||||
class_name = f"{self.key}_AN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue