[router] Function call support for openai router Responses API (#12386)

This commit is contained in:
Keyang Ru
2025-10-30 12:45:10 -07:00
committed by GitHub
parent 7cd716f776
commit 4d2f17bd0b
10 changed files with 144 additions and 31 deletions

View File

@@ -97,6 +97,7 @@ jobs:
run: |
source "$HOME/.cargo/env"
cd sgl-router/
rustup component add clippy
cargo clippy --all-targets --all-features -- -D warnings
- name: Run fmt