firebase / genkit

An open source framework for building AI-powered apps with familiar code-centric patterns. Genkit makes it easy to integrate, test, and deploy sophisticated AI features to Firebase or Google Cloud.
Apache License 2.0
655 stars 89 forks source link

Update the flow name extraction regex to support the scenario where there is a parent span. #931

Closed bryanatkinson closed 1 week ago

bryanatkinson commented 1 week ago

When running locally, there is a parent dev-run-action-wrapper span, and this results in an extracted flow name that looks like dev-run-action-wrapper/{<flowName>.

Checklist (if applicable):