Call parameters in LangFuse Metadata
# support
g
I have defined specific parameters in the metadata for LangFuse per the docs. The data received in LangFuse is receiving the literal parameter names. Are the following parameters supported in within
observabilityPlan
? - endedReason - summary - structuredData
@User @Shubham Bajaj
@Praveen @Shubham Bajaj @Vapi @User
c
Hi geramalagon, To address the support request titled "Call parameters in LangFuse Metadata," the parameters
endedReason
,
summary
, and
structuredData
are not directly mentioned in the observability configuration for Langfuse. However, you can enrich traces in Langfuse by adding metadata and tags as described in the [Langfuse Integration with Vapi](https://docs.vapi.ai/providers/observability/langfuse) documentation. This can include custom key-value pairs in the
assistant.observabilityPlan.metadata
field for metadata, and searchable labels in the
assistant.observabilityPlan.tags
field for tags. If you are looking for specific trace parameters to be automatically included, you might need to integrate them as custom metadata or check if these can be managed through the assistant's configuration in your Vapi setup.
2 Views