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

Schema representing a CompoundFilter within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.CompoundFilter{filters: [map()], type: :or | :and}