Class: Telnyx::Models::AI::Observability
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::AI::Observability
- Defined in:
- lib/telnyx/models/ai/observability.rb
Defined Under Namespace
Modules: PromptSync, Status
Instance Attribute Summary collapse
- #host ⇒ String?
- #prompt_label ⇒ String?
- #prompt_name ⇒ String?
-
#prompt_sync ⇒ Symbol, ...
Whether to auto-publish the assistant’s instructions as a Langfuse prompt.
- #prompt_version ⇒ Integer?
- #public_key_ref ⇒ String?
- #secret_key_ref ⇒ String?
- #status ⇒ Symbol, ...
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(host: nil, prompt_label: nil, prompt_name: nil, prompt_sync: nil, prompt_version: nil, public_key_ref: nil, secret_key_ref: nil, status: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Observability for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(host: nil, prompt_label: nil, prompt_name: nil, prompt_sync: nil, prompt_version: nil, public_key_ref: nil, secret_key_ref: nil, status: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::AI::Observability for more details.
|
|
# File 'lib/telnyx/models/ai/observability.rb', line 52
|
Instance Attribute Details
#host ⇒ String?
10 |
# File 'lib/telnyx/models/ai/observability.rb', line 10 optional :host, String |
#prompt_label ⇒ String?
15 |
# File 'lib/telnyx/models/ai/observability.rb', line 15 optional :prompt_label, String |
#prompt_name ⇒ String?
20 |
# File 'lib/telnyx/models/ai/observability.rb', line 20 optional :prompt_name, String |
#prompt_sync ⇒ Symbol, ...
Whether to auto-publish the assistant’s instructions as a Langfuse prompt.
When ENABLED + prompt_name set, every assistant create/update pushes ‘instructions` to Langfuse via create_prompt and stores the returned version in prompt_version.
30 |
# File 'lib/telnyx/models/ai/observability.rb', line 30 optional :prompt_sync, enum: -> { Telnyx::AI::Observability::PromptSync } |
#prompt_version ⇒ Integer?
35 |
# File 'lib/telnyx/models/ai/observability.rb', line 35 optional :prompt_version, Integer |
#public_key_ref ⇒ String?
40 |
# File 'lib/telnyx/models/ai/observability.rb', line 40 optional :public_key_ref, String |
#secret_key_ref ⇒ String?
45 |
# File 'lib/telnyx/models/ai/observability.rb', line 45 optional :secret_key_ref, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/ai/observability.rb', line 85
|