Class AssistantPersona
Persona profile with optional personality traits that augment behavior instructions.
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
[CreateAssetMenu(menuName = "AI DevKit/Agent/Persona/Persona (ChatGPT-style Assistant)", order = 2017)]
public class AssistantPersona : PersonaBase
Properties
| Edit this page View SourceAgentName
Declaration
public override string AgentName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceDescription
Declaration
public override string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceStartingMessage
Declaration
public override string StartingMessage { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
| Edit this page View SourceTraits
Declaration
public AgentTraits Traits { get; }
Property Value
| Type | Description |
|---|---|
| AgentTraits |
UserName
Declaration
public override string UserName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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 override void ApplyAssistantProperties(object assistant)
Parameters
| Type | Name | Description |
|---|---|---|
| object | assistant | The assistant object whose properties should be applied. |
Overrides
| Edit this page View SourceFormatInstructions()
Declaration
protected override string FormatInstructions()
Returns
| Type | Description |
|---|---|
| string |