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.
2056 |
# File 'sig/types.rbs', line 2056
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.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def id @id end |
#merge_mode ⇒ MergeMode (readonly)
Returns the value of attribute merge_mode.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def merge_mode @merge_mode end |
#preferred_call_mode ⇒ CallMode (readonly)
Returns the value of attribute preferred_call_mode.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def preferred_call_mode @preferred_call_mode end |
#schema ⇒ json_value (readonly)
Returns the value of attribute schema.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def schema @schema end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def schema_name @schema_name end |
#system_prompt ⇒ String (readonly)
Returns the value of attribute system_prompt.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def system_prompt @system_prompt end |
#version ⇒ String (readonly)
Returns the value of attribute version.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def version @version end |