mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-19 03:42:22 -06:00
refactor: rename agent_dir to agents_dir and rename app_id to app_name in fast_api.py to make it consistent among every endpoints
PiperOrigin-RevId: 763483339
This commit is contained in:
committed by
Copybara-Service
parent
6b89ceb49a
commit
be0786ea88
@@ -202,7 +202,7 @@ class InMemoryRunner:
|
||||
session_id=self.session.id,
|
||||
new_message=get_user_content(new_message),
|
||||
):
|
||||
events.append(event)
|
||||
events.append(event)
|
||||
return events
|
||||
|
||||
def run_live(self, live_request_queue: LiveRequestQueue) -> list[Event]:
|
||||
|
||||
Reference in New Issue
Block a user