Method: Vellum::FunctionCallChatMessageContent#initialize
- Defined in:
- lib/vellum_ai/types/function_call_chat_message_content.rb
#initialize(type:, value:, additional_properties: nil) ⇒ Vellum::FunctionCallChatMessageContent
25 26 27 28 29 30 |
# File 'lib/vellum_ai/types/function_call_chat_message_content.rb', line 25 def initialize(type:, value:, additional_properties: nil) @type = type @value = value @additional_properties = additional_properties @_field_set = { "type": type, "value": value } end |