struct AI::OpenAI::Tools::FileSearchRanking

Overview

File search ranking options.

Defined in:

ai/openai/tool/openai_tools.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ranker : String | Nil = nil, score_threshold : Float64 | Nil = nil) #

[View source]

Instance Method Detail

def ranker : String | Nil #

[View source]
def score_threshold : Float64 | Nil #

[View source]
def to_h : Hash(String, JSON::Any) #

[View source]