View Source ExOpenAI.Components.AuditLogActorSession (ex_openai.ex v1.8.0)

Schema representing a AuditLogActorSession within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.AuditLogActorSession{
  ip_address: String.t() | nil,
  user: ExOpenAI.Components.AuditLogActorUser.t() | nil
}