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:
Xiang (Sean) Zhou
2025-05-26 11:50:44 -07:00
committed by Copybara-Service
parent 6b89ceb49a
commit be0786ea88
6 changed files with 32 additions and 32 deletions

View File

@@ -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]: