Class DefaultAgentSettings
Inheritance
Object
ScriptableObject
DefaultAgentSettings
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[AssetPath("Resources/AIDevKit/", AssetPathAttribute.Location.ResourcesFolder)]
public class DefaultAgentSettings : ScriptableRuntimeSingleton<DefaultAgentSettings>
Properties
| Edit this page View SourceAssistantsModel
Declaration
public static Model AssistantsModel { get; }
Property Value
| Type | Description |
|---|---|
| Model |
EmbeddingModel
Declaration
public static Model EmbeddingModel { get; }
Property Value
| Type | Description |
|---|---|
| Model |
MemorySettings
Declaration
public static MemorySettings MemorySettings { get; }
Property Value
| Type | Description |
|---|---|
| MemorySettings |
ModerationModel
Declaration
public static Model ModerationModel { get; }
Property Value
| Type | Description |
|---|---|
| Model |
RealtimeModel
Declaration
public static Model RealtimeModel { get; }
Property Value
| Type | Description |
|---|---|
| Model |
TextGenerationModel
Declaration
public static Model TextGenerationModel { get; }
Property Value
| Type | Description |
|---|---|
| Model |
TextOutputSettings
Declaration
public static TextGenerationSettings TextOutputSettings { get; }
Property Value
| Type | Description |
|---|---|
| TextGenerationSettings |
UtilityModel
Declaration
public static Model UtilityModel { get; }
Property Value
| Type | Description |
|---|---|
| Model |
Methods
| Edit this page View SourceResolvePersonalizationModelId(string)
Declaration
public static string ResolvePersonalizationModelId(string modelId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modelId |
Returns
| Type | Description |
|---|---|
| string |
ResolveRagModelId(string)
Declaration
public static string ResolveRagModelId(string modelId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modelId |
Returns
| Type | Description |
|---|---|
| string |
ResolveSummaryModelId(string)
Declaration
public static string ResolveSummaryModelId(string modelId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modelId |
Returns
| Type | Description |
|---|---|
| string |
ResolveTitleModelId(string)
Declaration
public static string ResolveTitleModelId(string modelId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | modelId |
Returns
| Type | Description |
|---|---|
| string |