Remove obsolete full_message_history kwarg from tests (#4411)

This commit is contained in:
k-boikov
2023-05-25 22:00:52 +03:00
committed by GitHub
parent bfbe613960
commit ddf59273e6

View File

@@ -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,