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.
1944 |
# File 'sig/types.rbs', line 1944
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.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def id @id end |
#merge_mode ⇒ MergeMode (readonly)
Returns the value of attribute merge_mode.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def merge_mode @merge_mode end |
#preferred_call_mode ⇒ CallMode (readonly)
Returns the value of attribute preferred_call_mode.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def preferred_call_mode @preferred_call_mode end |
#schema ⇒ json_value (readonly)
Returns the value of attribute schema.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def schema @schema end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def schema_name @schema_name end |
#system_prompt ⇒ String (readonly)
Returns the value of attribute system_prompt.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def system_prompt @system_prompt end |
#version ⇒ String (readonly)
Returns the value of attribute version.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def version @version end |