Skip to content

fix: omit empty content from an LlmResponse built from a content-less… #298

fix: omit empty content from an LlmResponse built from a content-less…

fix: omit empty content from an LlmResponse built from a content-less… #298

on:
push:
branches:
- main
workflow_dispatch: {}
permissions:
contents: write
issues: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v5
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}