Class: Inquirex::LLM::Schema::Field
- Inherits:
-
Data
- Object
- Data
- Inquirex::LLM::Schema::Field
- Defined in:
- lib/inquirex/llm/schema.rb
Overview
A single field's contract: its data type and, for enum-like types, the allowed values the LLM must choose from.
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#values ⇒ Object
readonly
Returns the value of attribute values.
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type
34 35 36 |
# File 'lib/inquirex/llm/schema.rb', line 34 def type @type end |
#values ⇒ Object (readonly)
Returns the value of attribute values
34 35 36 |
# File 'lib/inquirex/llm/schema.rb', line 34 def values @values end |