Skip to content

feat(typespec,agents-api): Add system tool call types #106

feat(typespec,agents-api): Add system tool call types

feat(typespec,agents-api): Add system tool call types #106

on:
pull_request:
branches:
- main
- dev
jobs:
bandit_check:
name: bandit check security of python code in agents-api
runs-on: ubuntu-latest
steps:
- uses: mdegis/bandit-action@v1.0.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "./agents-api/agents_api"
level: high
confidence: high
# exit_zero: true