Class: Xberg::ResolvedPreset
- Inherits:
-
Object
- Object
- Xberg::ResolvedPreset
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#emit_citations ⇒ Boolean
readonly
Returns the value of attribute emit_citations.
-
#fingerprint ⇒ String
readonly
Returns the value of attribute fingerprint.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#merge_mode ⇒ MergeMode
readonly
Returns the value of attribute merge_mode.
-
#preferred_call_mode ⇒ CallMode
readonly
Returns the value of attribute preferred_call_mode.
-
#schema ⇒ json_value
readonly
Returns the value of attribute schema.
-
#schema_name ⇒ String
readonly
Returns the value of attribute schema_name.
-
#system_prompt ⇒ String
readonly
Returns the value of attribute system_prompt.
-
#version ⇒ String
readonly
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ ResolvedPreset
constructor
A new instance of ResolvedPreset.
Constructor Details
#initialize ⇒ ResolvedPreset
Returns a new instance of ResolvedPreset.
2046 |
# File 'sig/types.rbs', line 2046
def initialize: (id: String, version: String, fingerprint: String, schema_name: String, schema: json_value, system_prompt: String, merge_mode: MergeMode, preferred_call_mode: CallMode, emit_citations: bool) -> void
|
Instance Attribute Details
#emit_citations ⇒ Boolean (readonly)
Returns the value of attribute emit_citations.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def id @id end |
#merge_mode ⇒ MergeMode (readonly)
Returns the value of attribute merge_mode.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def merge_mode @merge_mode end |
#preferred_call_mode ⇒ CallMode (readonly)
Returns the value of attribute preferred_call_mode.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def preferred_call_mode @preferred_call_mode end |
#schema ⇒ json_value (readonly)
Returns the value of attribute schema.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def schema @schema end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def schema_name @schema_name end |
#system_prompt ⇒ String (readonly)
Returns the value of attribute system_prompt.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def system_prompt @system_prompt end |
#version ⇒ String (readonly)
Returns the value of attribute version.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def version @version end |