Codex.Realtime (Codex SDK v0.3.0)

View Source

Placeholder for realtime pipelines.

Realtime APIs are not yet supported by the Elixir SDK. Calls to this module return an {:error, %Codex.Error{kind: :unsupported_feature}} tuple with a descriptive message.

Summary

Functions

connect(opts \\ %{})

@spec connect(map() | keyword()) :: {:error, Codex.Error.t()}

stream(opts \\ %{})

@spec stream(map() | keyword()) :: {:error, Codex.Error.t()}