Module: LLM::Alibaba::RequestAdapter Private
- Includes:
- OpenAI::Schema
- Defined in:
- lib/llm/providers/alibaba/request_adapter.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Alibaba Model Studio is OpenAI-compatible, so it reuses OpenAI's
request adaptation. It only overrides schema handling, which falls
back to json_object — Alibaba does not support json_schema.