LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class GraphEdge

    A directed edge in an agent graph, connecting a source node to a target node. The source is implicit — it is the node that owns this edge.

    Inheritance
    object
    GraphEdge
    Implements
    IEquatable<GraphEdge>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Server.Ai.Graph
    Assembly: LaunchDarkly.ServerSdk.Ai.dll
    Syntax
    public sealed record GraphEdge : IEquatable<GraphEdge>

    Constructors

    | Edit this page View Source

    GraphEdge(string, IReadOnlyDictionary<string, LdValue>)

    A directed edge in an agent graph, connecting a source node to a target node. The source is implicit — it is the node that owns this edge.

    Declaration
    public GraphEdge(string Key, IReadOnlyDictionary<string, LdValue> Handoff)
    Parameters
    Type Name Description
    string Key
    IReadOnlyDictionary<string, LdValue> Handoff

    Properties

    | Edit this page View Source

    Handoff

    Declaration
    public IReadOnlyDictionary<string, LdValue> Handoff { get; init; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, LdValue>
    | Edit this page View Source

    Key

    Declaration
    public string Key { get; init; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Deconstruct(out string, out IReadOnlyDictionary<string, LdValue>)

    Declaration
    public void Deconstruct(out string Key, out IReadOnlyDictionary<string, LdValue> Handoff)
    Parameters
    Type Name Description
    string Key
    IReadOnlyDictionary<string, LdValue> Handoff
    View Source

    Equals(GraphEdge?)

    Declaration
    public bool Equals(GraphEdge? other)
    Parameters
    Type Name Description
    GraphEdge other
    Returns
    Type Description
    bool
    View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    View Source

    operator ==(GraphEdge?, GraphEdge?)

    Declaration
    public static bool operator ==(GraphEdge? left, GraphEdge? right)
    Parameters
    Type Name Description
    GraphEdge left
    GraphEdge right
    Returns
    Type Description
    bool
    View Source

    operator !=(GraphEdge?, GraphEdge?)

    Declaration
    public static bool operator !=(GraphEdge? left, GraphEdge? right)
    Parameters
    Type Name Description
    GraphEdge left
    GraphEdge right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>

    Extension Methods

    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.GetPluginHooks<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    PluginExtensions.RegisterPlugins<TClient, THook>(TClient, IEnumerable<PluginBase<TClient, THook>>, EnvironmentMetadata, Logger)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX