549 B
549 B
- Added a
session_idfield toRunnerArgumentsso bots can log or trace a per-session identifier in local development the same way they can in Pipecat Cloud. The development runner now mints a UUID at every construction site, and paths that already returned asessionIdto the caller (Daily/start, dial-in webhook) share that same UUID with the runner args instead of generating two. The SmallWebRTC/api/offerendpoint also accepts an optionalsession_idquery parameter so the/sessions/{session_id}/...proxy can thread it through.