Skip to content

Fix task completion tool prompt rendering #5178

Fix task completion tool prompt rendering

Fix task completion tool prompt rendering #5178

Workflow file for this run

name: Lint Lint Lint
on:
pull_request:
paths-ignore:
- 'typescript/**'
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."
jupyter: true