Search Results for

    Show / Hide Table of Contents

    Class AgentSaveData.AIResourceTracker

    Inheritance
    object
    AgentSaveData.AIResourceTracker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Agents
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public sealed class AgentSaveData.AIResourceTracker

    Properties

    | Edit this page View Source

    SelectedApi

    Declaration
    [JsonProperty("selected_api")]
    public Api SelectedApi { get; set; }
    Property Value
    Type Description
    Api
    | Edit this page View Source

    SelectedResources

    Declaration
    [JsonProperty("selected_resources")]
    public Dictionary<Api, string> SelectedResources { get; }
    Property Value
    Type Description
    Dictionary<Api, string>

    Methods

    | Edit this page View Source

    SetResourceId(Api, string)

    Declaration
    public void SetResourceId(Api api, string id)
    Parameters
    Type Name Description
    Api api
    string id
    | Edit this page View Source

    TryGetResourceId(Api, out string)

    Declaration
    public bool TryGetResourceId(Api api, out string id)
    Parameters
    Type Name Description
    Api api
    string id
    Returns
    Type Description
    bool

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation