Module: ActiveAgent::Providers::Requesty

Defined in:
lib/active_agent/providers/requesty/_types.rb,
lib/active_agent/providers/requesty/options.rb

Defined Under Namespace

Classes: Options

Constant Summary collapse

RequestType =

ActiveModel type for casting and serializing Requesty requests.

Requesty is OpenAI-compatible, so requests use the same shape as the OpenAI Chat API. This delegates entirely to OpenAI::Chat::RequestType.

ActiveAgent::Providers::OpenAI::Chat::RequestType