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 ⇒ enum_MergeMode
readonly
Returns the value of attribute merge_mode.
-
#preferred_call_mode ⇒ enum_CallMode
readonly
Returns the value of attribute preferred_call_mode.
-
#schema ⇒ String
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.
2328 |
# File 'sig/types.rbs', line 2328
def initialize: (id: String, version: String, fingerprint: String, schema_name: String, schema: String, system_prompt: String, merge_mode: enum_MergeMode, preferred_call_mode: enum_CallMode, emit_citations: bool) -> void
|
Instance Attribute Details
#emit_citations ⇒ Boolean (readonly)
Returns the value of attribute emit_citations.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def emit_citations @emit_citations end |
#fingerprint ⇒ String (readonly)
Returns the value of attribute fingerprint.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def fingerprint @fingerprint end |
#id ⇒ String (readonly)
Returns the value of attribute id.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def id @id end |
#merge_mode ⇒ enum_MergeMode (readonly)
Returns the value of attribute merge_mode.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def merge_mode @merge_mode end |
#preferred_call_mode ⇒ enum_CallMode (readonly)
Returns the value of attribute preferred_call_mode.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def preferred_call_mode @preferred_call_mode end |
#schema ⇒ String (readonly)
Returns the value of attribute schema.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def schema @schema end |
#schema_name ⇒ String (readonly)
Returns the value of attribute schema_name.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def schema_name @schema_name end |
#system_prompt ⇒ String (readonly)
Returns the value of attribute system_prompt.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def system_prompt @system_prompt end |
#version ⇒ String (readonly)
Returns the value of attribute version.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def version @version end |