Skip to content

fix Explorer handling of reasoning model responses and adds option to only respond to at mentions #192

fix Explorer handling of reasoning model responses and adds option to only respond to at mentions

fix Explorer handling of reasoning model responses and adds option to only respond to at mentions #192

Workflow file for this run

name: libraries tests
on:
pull_request:
branches: ["main"]
paths: ["libraries/**", ".github/workflows/libraries.yml"]
push:
branches: ["main"]
paths: ["libraries/**", ".github/workflows/libraries.yml"]
workflow_dispatch:
defaults:
run:
working-directory: libraries
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Install and run tests
run: make test