struct VoyageAI::List(T)

Included Modules

Defined in:

voyage_ai.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : Array(T) #

[View source]
def each(&) #
Description copied from module Enumerable(T)

Must yield this collection's elements to the block.


[View source]
def model : String #

[View source]
def usage : Usage #

[View source]