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

Module for representing the OpenAI schema ApplyPatchCallOutputStatus.

Type

:completed | :failed

Allowed Values

"completed", "failed"

Summary

Types

@type t() :: :completed | :failed