mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-04 14:40:33 +00:00
Merge pull request #1320 from 3clyp50/dev2
Decouple browser model wiring; sidebar quick actions; chat input height and fullscreen icon
This commit is contained in:
commit
ab28c0f25a
13 changed files with 323 additions and 217 deletions
|
|
@ -1,8 +0,0 @@
|
|||
from helpers.extension import Extension
|
||||
from plugins._model_config.helpers.model_config import build_browser_model
|
||||
|
||||
|
||||
class BrowserModelProvider(Extension):
|
||||
def execute(self, data: dict = {}, **kwargs):
|
||||
if self.agent:
|
||||
data["result"] = build_browser_model(self.agent)
|
||||
Loading…
Add table
Add a link
Reference in a new issue