Class: Brute::Providers::ModelsDev::ModelEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/brute/providers/models_dev.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chat?Object

Returns the value of attribute chat?

Returns:

  • (Object)

    the current value of chat?



22
23
24
# File 'lib/brute/providers/models_dev.rb', line 22

def chat?
  @chat?
end

#costObject

Returns the value of attribute cost

Returns:

  • (Object)

    the current value of cost



22
23
24
# File 'lib/brute/providers/models_dev.rb', line 22

def cost
  @cost
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



22
23
24
# File 'lib/brute/providers/models_dev.rb', line 22

def id
  @id
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



22
23
24
# File 'lib/brute/providers/models_dev.rb', line 22

def limit
  @limit
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/brute/providers/models_dev.rb', line 22

def name
  @name
end

#reasoningObject

Returns the value of attribute reasoning

Returns:

  • (Object)

    the current value of reasoning



22
23
24
# File 'lib/brute/providers/models_dev.rb', line 22

def reasoning
  @reasoning
end

#tool_callObject

Returns the value of attribute tool_call

Returns:

  • (Object)

    the current value of tool_call



22
23
24
# File 'lib/brute/providers/models_dev.rb', line 22

def tool_call
  @tool_call
end