Feat: Ai data masking msg window support reasoning_content in response and n in request (#2404)

This commit is contained in:
007gzs
2025-06-20 15:39:09 +08:00
committed by GitHub
parent 04cbbfc7e8
commit 753022e093
13 changed files with 1419 additions and 1021 deletions

View File

@@ -23,15 +23,19 @@ build:
lint-base:
cargo fmt --all --check
cargo clippy --workspace --all-features --all-targets
cargo clean
lint:
cargo fmt --all --check --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
cargo clean --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
test-base:
cargo test --lib
cargo clean
test:
cargo test --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
cargo clean --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
builder:
DOCKER_BUILDKIT=1 docker build \