AI.Provider.UnsupportedFunctionalityError exception (AI SDK v0.0.1-rc.0)

View Source

Error raised when a functionality is not supported by the model.

Summary

Types

t()

@type t() :: %AI.Provider.UnsupportedFunctionalityError{
  __exception__: true,
  functionality: String.t()
}

Functions

message(unsupported_functionality_error)

Callback implementation for Exception.message/1.