mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-08 08:44:23 +01:00
Remove obsolete full_message_history kwarg from tests (#4411)
This commit is contained in:
@@ -158,7 +158,6 @@ def get_company_revenue_agent(
|
||||
agent = Agent(
|
||||
ai_name="Get-CompanyRevenue",
|
||||
memory=memory_json_file,
|
||||
full_message_history=[],
|
||||
command_registry=command_registry,
|
||||
config=ai_config,
|
||||
next_action_count=0,
|
||||
@@ -191,7 +190,6 @@ def kubernetes_agent(memory_json_file, workspace: Workspace):
|
||||
agent = Agent(
|
||||
ai_name="Kubernetes-Demo",
|
||||
memory=memory_json_file,
|
||||
full_message_history=[],
|
||||
command_registry=command_registry,
|
||||
config=ai_config,
|
||||
next_action_count=0,
|
||||
|
||||
Reference in New Issue
Block a user