openllmetry-js
openllmetry-js copied to clipboard
search by metadata
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 }, }, });
Allow search here: