View Source ExOpenAI.Components.WorkflowTracingParam (ex_openai.ex v2.0.0-beta2)

Controls diagnostic tracing during the session.

Fields

  • :enabled - optional - boolean()
    Whether tracing is enabled during the session. Defaults to true.

Summary

Types

@type t() :: %ExOpenAI.Components.WorkflowTracingParam{enabled: boolean() | nil}