Class: RailVerdict::Intelligence::AIProvider::Request

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/intelligence/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#manifestObject

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



6
7
8
# File 'lib/rail_verdict/intelligence/provider.rb', line 6

def manifest
  @manifest
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



6
7
8
# File 'lib/rail_verdict/intelligence/provider.rb', line 6

def model
  @model
end

#promptObject

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



6
7
8
# File 'lib/rail_verdict/intelligence/provider.rb', line 6

def prompt
  @prompt
end

#timeoutsObject

Returns the value of attribute timeouts

Returns:

  • (Object)

    the current value of timeouts



6
7
8
# File 'lib/rail_verdict/intelligence/provider.rb', line 6

def timeouts
  @timeouts
end