openllmetry-js icon indicating copy to clipboard operation
openllmetry-js copied to clipboard

search by metadata

Open yardenst opened this issue 6 months ago • 5 comments

Hey

I'm sending metadata with my trace

And later I would like to search by it

aiRes = await generateObject({ model: this.client.getClient(model || "anthropic.claude-3-5-haiku-20241022-v1:0"), schema: ActionSuggestions, seed: 8, maxRetries: 1, system: youAreHostModelInstructions, prompt: input, experimental_telemetry: { isEnabled: true, metadata: { checkId, suggestionGroupId }, }, });

Image

Allow search here:

Image

yardenst avatar May 26 '25 12:05 yardenst