# sig/lammy/openai.rbs class L::OpenAI def array?: () -> untyped def chat: () -> untyped def client: () -> untyped def embeddings: () -> untyped def initialize: () -> void def schema: () -> untyped end # sig/lammy.rbs module L def self.included: () -> untyped end # sig/lammy/chat.rbs module L::Chat def handle_llm: () -> untyped def llm: () -> untyped end # sig/lammy.rbs module L::ClassMethods def method_added: () -> untyped end # sig/lammy/embeddings.rbs module L::Embeddings def handle_v: () -> untyped def v: () -> untyped end # sig/lammy/schema.rbs module L::Schema def to_a: () -> untyped def to_h: () -> untyped end