Class PersonaBase
Inheritance
Object
ScriptableObject
PersonaBase
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
public abstract class PersonaBase : ScriptableObject
Properties
| Edit this page View SourceAgentName
Declaration
public virtual string AgentName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Declaration
public virtual string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Instructions
Declaration
public virtual string Instructions { get; }
Property Value
| Type | Description |
|---|---|
| string |
StartingMessage
Declaration
public virtual string StartingMessage { get; }
Property Value
| Type | Description |
|---|---|
| string |
UserName
Declaration
public virtual string UserName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceApplyAssistantProperties(object)
Applies properties from an assistant-like object to this agent profile. Expected members: Name, Instructions, Description.
Declaration
public virtual void ApplyAssistantProperties(object assistant)
Parameters
| Type | Name | Description |
|---|---|---|
| object | assistant | The assistant object whose properties should be applied. |
FormatInstructions()
Declaration
protected abstract string FormatInstructions()
Returns
| Type | Description |
|---|---|
| string |