Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 46 additions & 46 deletions src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,99 +51,104 @@ public partial interface IOpenAiClient : global::System.IDisposable
public AudioClient Audio { get; }

/// <summary>
/// Given a list of messages comprising a conversation, the model will return a response.
/// List user actions and configuration changes within this organization.
/// </summary>
public ChatClient Chat { get; }
public AuditLogsClient AuditLogs { get; }

/// <summary>
/// Manage conversations and conversation items.
/// Create large batches of API requests to run asynchronously.
/// </summary>
public ConversationsClient Conversations { get; }
public BatchClient Batch { get; }

/// <summary>
/// Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
///
/// </summary>
public CompletionsClient Completions { get; }
public CertificatesClient Certificates { get; }

/// <summary>
/// Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
/// Given a list of messages comprising a conversation, the model will return a response.
/// </summary>
public EmbeddingsClient Embeddings { get; }
public ChatClient Chat { get; }

/// <summary>
/// Manage and run evals in the OpenAI platform.
/// Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
/// </summary>
public EvalsClient Evals { get; }
public CompletionsClient Completions { get; }

/// <summary>
/// Manage fine-tuning jobs to tailor a model to your specific training data.
/// Manage conversations and conversation items.
/// </summary>
public FineTuningClient FineTuning { get; }
public ConversationsClient Conversations { get; }

/// <summary>
/// Create large batches of API requests to run asynchronously.
/// Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
/// </summary>
public BatchClient Batch { get; }
public EmbeddingsClient Embeddings { get; }

/// <summary>
/// Manage and run evals in the OpenAI platform.
/// </summary>
public EvalsClient Evals { get; }

/// <summary>
/// Files are used to upload documents that can be used with features like Assistants and Fine-tuning.
/// </summary>
public FilesClient Files { get; }

/// <summary>
/// Use Uploads to upload large files in multiple parts.
/// Manage fine-tuning jobs to tailor a model to your specific training data.
/// </summary>
public UploadsClient Uploads { get; }
public FineTuningClient FineTuning { get; }

/// <summary>
/// Given a prompt and/or an input image, the model will generate a new image.
///
/// </summary>
public ImagesClient Images { get; }
public GroupOrganizationRoleAssignmentsClient GroupOrganizationRoleAssignments { get; }

/// <summary>
/// List and describe the various models available in the API.
///
/// </summary>
public ModelsClient Models { get; }
public GroupUsersClient GroupUsers { get; }

/// <summary>
/// Given text and/or image inputs, classifies if those inputs are potentially harmful.
///
/// </summary>
public ModerationsClient Moderations { get; }
public GroupsClient Groups { get; }

/// <summary>
/// List user actions and configuration changes within this organization.
/// Given a prompt and/or an input image, the model will generate a new image.
/// </summary>
public AuditLogsClient AuditLogs { get; }
public ImagesClient Images { get; }

/// <summary>
///
/// </summary>
public CertificatesClient Certificates { get; }
public InvitesClient Invites { get; }

/// <summary>
///
/// List and describe the various models available in the API.
/// </summary>
public UsageClient Usage { get; }
public ModelsClient Models { get; }

/// <summary>
///
/// Given text and/or image inputs, classifies if those inputs are potentially harmful.
/// </summary>
public GroupsClient Groups { get; }
public ModerationsClient Moderations { get; }

/// <summary>
///
/// </summary>
public GroupOrganizationRoleAssignmentsClient GroupOrganizationRoleAssignments { get; }
public ProjectGroupRoleAssignmentsClient ProjectGroupRoleAssignments { get; }

/// <summary>
///
/// </summary>
public GroupUsersClient GroupUsers { get; }
public ProjectGroupsClient ProjectGroups { get; }

/// <summary>
///
/// </summary>
public InvitesClient Invites { get; }
public ProjectUserRoleAssignmentsClient ProjectUserRoleAssignments { get; }

/// <summary>
///
Expand All @@ -153,42 +158,42 @@ public partial interface IOpenAiClient : global::System.IDisposable
/// <summary>
///
/// </summary>
public ProjectGroupsClient ProjectGroups { get; }
public RealtimeClient Realtime { get; }

/// <summary>
///
/// </summary>
public RolesClient Roles { get; }
public ResponsesClient Responses { get; }

/// <summary>
///
/// </summary>
public UsersClient Users { get; }
public RolesClient Roles { get; }

/// <summary>
///
/// </summary>
public UserOrganizationRoleAssignmentsClient UserOrganizationRoleAssignments { get; }
public SkillsClient Skills { get; }

/// <summary>
///
/// Use Uploads to upload large files in multiple parts.
/// </summary>
public ProjectGroupRoleAssignmentsClient ProjectGroupRoleAssignments { get; }
public UploadsClient Uploads { get; }

/// <summary>
///
/// </summary>
public ProjectUserRoleAssignmentsClient ProjectUserRoleAssignments { get; }
public UsageClient Usage { get; }

/// <summary>
///
/// </summary>
public RealtimeClient Realtime { get; }
public UserOrganizationRoleAssignmentsClient UserOrganizationRoleAssignments { get; }

/// <summary>
///
/// </summary>
public ResponsesClient Responses { get; }
public UsersClient Users { get; }

/// <summary>
///
Expand All @@ -200,10 +205,5 @@ public partial interface IOpenAiClient : global::System.IDisposable
/// </summary>
public VideosClient Videos { get; }

/// <summary>
///
/// </summary>
public SkillsClient Skills { get; }

}
}
Loading
Loading