chore: remove specified sid (#5127)

This commit is contained in:
Xingyao Wang
2024-11-19 10:41:27 -06:00
committed by GitHub
parent 1f723293db
commit ff84a3eede
3 changed files with 6 additions and 6 deletions

View File

@@ -199,7 +199,7 @@ async def process_issue(
)
config.set_llm_config(llm_config)
runtime = create_runtime(config, sid=f'{issue.number}')
runtime = create_runtime(config)
await runtime.connect()
async def on_event(evt):