Table of Contents

Interface ICoreRESTClient

Namespace
FoundationaLLM.Client.Core.Interfaces
Assembly
FoundationaLLM.Client.Core.dll

Contains methods to interact with the Core API's endpoints.

public interface ICoreRESTClient
Extension Methods

Properties

Attachments

Contains methods to interact with the Attachments endpoints.

IAttachmentRESTClient Attachments { get; }

Property Value

IAttachmentRESTClient

Branding

Contains methods to interact with the Branding endpoints.

IBrandingRESTClient Branding { get; }

Property Value

IBrandingRESTClient

Completions

Contains methods to interact with the Orchestration endpoints.

ICompletionRESTClient Completions { get; }

Property Value

ICompletionRESTClient

Sessions

Contains methods to interact with the Sessions endpoints.

ISessionRESTClient Sessions { get; }

Property Value

ISessionRESTClient

Status

Contains methods to interact with the Status endpoints.

IStatusRESTClient Status { get; }

Property Value

IStatusRESTClient

UserProfiles

Contains methods to interact with the UserProfiles endpoints.

IUserProfileRESTClient UserProfiles { get; }

Property Value

IUserProfileRESTClient