enum Gemini::FunctionCallingConfig::Mode

Overview

Defines the execution behavior for function calling by defining the execution mode.

API Reference

Defined in:

gemini/function_calling.cr

Enum Members

ModeUnspecified = 0
Auto = 1
Any = 2
None = 3

Instance Method Summary

Instance Method Detail

def any? #

def auto? #

def mode_unspecified? #

def none? #