fix: missing await for lettuce (#5224)
This commit is contained in:
@@ -1689,7 +1689,7 @@ async def send_message_async(
|
||||
agent_id, actor, include_relationships=["memory", "multi_agent_group", "sources", "tool_exec_environment_variables", "tools"]
|
||||
)
|
||||
if agent_state.multi_agent_group is None and agent_state.agent_type != AgentType.letta_v1_agent:
|
||||
lettuce_client = LettuceClient.create()
|
||||
lettuce_client = await LettuceClient.create()
|
||||
run_id_from_lettuce = await lettuce_client.step(
|
||||
agent_state=agent_state,
|
||||
actor=actor,
|
||||
|
||||
Reference in New Issue
Block a user