Skip to content

provide conversation context to the query agent #41

provide conversation context to the query agent

provide conversation context to the query agent #41

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- run: pnpm install
- run: pnpm lint
- run: pnpm format
- run: pnpm build
- run: pnpm test