feat: fix types and add reasoning_details to chat responses (#27) #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Publish | |
| permissions: | |
| checks: write | |
| contents: write | |
| pull-requests: write | |
| statuses: write | |
| id-token: write | |
| "on": | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - .speakeasy/gen.lock | |
| workflow_dispatch: {} | |
| jobs: | |
| publish: | |
| uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15 | |
| with: | |
| target: open-router | |
| secrets: | |
| github_access_token: ${{ secrets.GITHUB_TOKEN }} | |
| pypi_token: ${{ secrets.PYPI_TOKEN }} | |
| speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }} |