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.
2082 |
# File 'sig/types.rbs', line 2082
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.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def id @id end |
#merge_mode ⇒ MergeMode (readonly)
Returns the value of attribute merge_mode.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def merge_mode @merge_mode end |
#preferred_call_mode ⇒ CallMode (readonly)
Returns the value of attribute preferred_call_mode.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def preferred_call_mode @preferred_call_mode end |
#schema ⇒ json_value (readonly)
Returns the value of attribute schema.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def schema @schema end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def schema_name @schema_name end |
#system_prompt ⇒ String (readonly)
Returns the value of attribute system_prompt.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def system_prompt @system_prompt end |
#version ⇒ String (readonly)
Returns the value of attribute version.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def version @version end |