Class AssistantProfile
public abstract class AssistantProfile : ScriptableObject, IAssistantProfile
- Inheritance
-
objectAssistantProfile
- Implements
- Derived
Fields
enableTextToSpeech
protected bool enableTextToSpeech
Field Value
- bool
id
protected string id
Field Value
- string
maxTokens
protected SerializableNullable<int> maxTokens
Field Value
- SerializableNullable<int>
modelId
protected string modelId
Field Value
- string
speechAudioVolume
protected float speechAudioVolume
Field Value
- float
temperature
[SliderAttribute]
protected SerializableNullable<float> temperature
Field Value
- SerializableNullable<float>
textToSpeechOptions
protected TextToSpeechOptions textToSpeechOptions
Field Value
Properties
EnableTextToSpeech
public bool EnableTextToSpeech { get; }
Property Value
- bool
Id
Unique identifier for this data.
public string Id { get; }
Property Value
- string
Instructions
public abstract string Instructions { get; }
Property Value
- string
MaxTokens
public int? MaxTokens { get; set; }
Property Value
- int?
ModelId
public string ModelId { get; set; }
Property Value
- string
Name
Name of this data.
public virtual string Name { get; set; }
Property Value
- string
SpeechAudioVolume
public float SpeechAudioVolume { get; set; }
Property Value
- float
SpeechModelId
public string SpeechModelId { get; set; }
Property Value
- string
SpeechVoiceId
public string SpeechVoiceId { get; set; }
Property Value
- string
Temperature
public float? Temperature { get; set; }
Property Value
- float?
TextToSpeechOptions
public TextToSpeechOptions TextToSpeechOptions { get; }