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

@@ -8,7 +8,8 @@ COPY . .
WORKDIR /workspace/extensions/$PLUGIN_NAME
RUN if [ -f $PREBUILD ]; then sh $PREBUILD; fi
RUN cargo build --target wasm32-wasip1 $BUILD_OPTS \
&& cp target/wasm32-wasip1/release/*.wasm /main.wasm
&& cp target/wasm32-wasip1/release/*.wasm /main.wasm \
&& cargo clean
FROM scratch
COPY --from=builder /main.wasm plugin.wasm