Class: Ultrasafeai::Types::ChatCompletionCustomTool

Inherits:
Internal::Types::Model show all
Defined in:
lib/ultrasafeai/types/chat_completion_custom_tool.rb

Overview

A custom tool (USF-specific) that processes input using a specified format. Use type: "custom" instead of type: "function".

Method Summary

Methods inherited from Internal::Types::Model

#==, ===, add_extra_field_definition, coerce, extra_fields, field, fields, #initialize, #inspect, literal, load, #to_h

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load

Constructor Details

This class inherits a constructor from Ultrasafeai::Internal::Types::Model