effect-io-ai

Package: @effect/ai-openai-compat
Module: OpenAiTelemetry

OpenAiTelemetry.WellKnownResponseFormat

The gen_ai.openai.request.response_format attribute has a list of well-known values.

Details

If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Signature

type WellKnownResponseFormat = "json_object" | "json_schema" | "text"

Source

Since v4.0.0