Skip to content

feat: Add SchemaModel backend for unified schema-based chat completion #1718

feat: Add SchemaModel backend for unified schema-based chat completion

feat: Add SchemaModel backend for unified schema-based chat completion #1718

Workflow file for this run

name: Pre Commit Check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python environment and install dependencies
uses: ./.github/actions/camel_install
with:
python-version: "3.9"
- name: Run pre-commit
run: poetry run pre-commit run --all-files