Skip to content

fix: set gen_ai.operation.name for tool spans to "execute_tool" #42

fix: set gen_ai.operation.name for tool spans to "execute_tool"

fix: set gen_ai.operation.name for tool spans to "execute_tool" #42

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby:
- '3.4'
- '3.3'
- '3.2'
- '3.1'
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake