Module: Vapi::Types::TransferAssistantModelProvider

Extended by:
Internal::Types::Enum
Defined in:
lib/vapi/types/transfer_assistant_model_provider.rb

Constant Summary collapse

OPENAI =
"openai"
ANTHROPIC =
"anthropic"
GOOGLE =
"google"
CUSTOM_LLM =
"custom-llm"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load