Package: @effect/ai-openai
Module: OpenAiTelemetry
The gen_ai.openai.request.response_format attribute has the following
list of well-known values.
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"
Since v1.0.0