[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

@@ -11,7 +11,7 @@ else
fi
# Install rustup (Rust installer and version manager)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.90
# Follow the installation prompts, then reload your shell