这是indexloc提供的服务,不要输入任何密码
Skip to content

feat: enable function calling for Callable Tool besides McpClient in … #2671

feat: enable function calling for Callable Tool besides McpClient in …

feat: enable function calling for Callable Tool besides McpClient in … #2671

Workflow file for this run

name: Test packaging
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
test-pack:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: |
package-lock.json
sdk-samples/package-lock.json
- run: npm ci
- run: test/packaging/test_packaging.sh