Skip to content

fix(anthropic): preserve caller errors in streaming responses (#397) #336

fix(anthropic): preserve caller errors in streaming responses (#397)

fix(anthropic): preserve caller errors in streaming responses (#397) #336

Workflow file for this run

name: OSSF Scorecard
on:
push:
branches:
- main
schedule:
- cron: '35 23 * * 5' # weekly at 23:35 (UTC) on Friday
workflow_dispatch:
permissions: {}
jobs:
analysis:
permissions:
contents: read # for actions/checkout
id-token: write # for Scorecard to publish results
security-events: write # for the SARIF upload to code scanning
uses: open-telemetry/shared-workflows/.github/workflows/scorecard.yml@d9b812f9924a121c6a8276ea2f9e6f5b622cdd4d # v0.10.0
with:
use-cncf-hosted-runner: true