Skip to content

Improve tool descriptions for LLM (#21) #23

Improve tool descriptions for LLM (#21)

Improve tool descriptions for LLM (#21) #23

Workflow file for this run

name: Go Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.23'
cache: false
- name: Run tests
run: go test -v ./...