fix(gateway): pass optional session id in github webhook path
This commit is contained in:
parent
4af196ab04
commit
991955ddce
@ -2173,7 +2173,7 @@ async fn handle_github_webhook(
|
||||
.await;
|
||||
}
|
||||
|
||||
match run_gateway_chat_with_tools(&state, &msg.content).await {
|
||||
match run_gateway_chat_with_tools(&state, &msg.content, None).await {
|
||||
Ok(response) => {
|
||||
let leak_guard_cfg = gateway_outbound_leak_guard_snapshot(&state);
|
||||
let safe_response = sanitize_gateway_response(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user