Skip to content

Update assistant_id to agent_id, when using Agents in azure-ai-pr… #781

Update assistant_id to agent_id, when using Agents in azure-ai-pr…

Update assistant_id to agent_id, when using Agents in azure-ai-pr… #781

Workflow file for this run

name: Pre-Commit
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- run: pip install -r dev-requirements.txt
- name: Run Pre-Commit
run: pre-commit run --all-files
env:
SKIP: detect-azure-secrets-custom