diff --git a/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.CreateProject.g.cs b/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.CreateProject.g.cs index f404f8d..693eb75 100644 --- a/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.CreateProject.g.cs +++ b/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.CreateProject.g.cs @@ -20,18 +20,10 @@ public partial interface IProjectsClient /// /// The friendly name of the project, this name appears in reports. /// - /// - /// A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - /// - /// Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// /// The token to cancel the operation with /// global::System.Threading.Tasks.Task CreateProjectAsync( string name, - string? appUseCase = default, - string? businessWebsite = default, global::System.Threading.CancellationToken cancellationToken = default); } } \ No newline at end of file diff --git a/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.ModifyProject.g.cs b/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.ModifyProject.g.cs index eae936a..1be7f4c 100644 --- a/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.ModifyProject.g.cs +++ b/src/libs/OpenAI/Generated/OpenAI.IProjectsClient.ModifyProject.g.cs @@ -20,18 +20,10 @@ public partial interface IProjectsClient /// /// The updated name of the project, this name appears in reports. /// - /// - /// A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - /// - /// Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// /// The token to cancel the operation with /// global::System.Threading.Tasks.Task ModifyProjectAsync( string name, - string? appUseCase = default, - string? businessWebsite = default, global::System.Threading.CancellationToken cancellationToken = default); } } \ No newline at end of file diff --git a/src/libs/OpenAI/Generated/OpenAI.Models.Project.g.cs b/src/libs/OpenAI/Generated/OpenAI.Models.Project.g.cs index b4716d2..08222ff 100644 --- a/src/libs/OpenAI/Generated/OpenAI.Models.Project.g.cs +++ b/src/libs/OpenAI/Generated/OpenAI.Models.Project.g.cs @@ -52,18 +52,6 @@ public sealed partial class Project [global::System.Text.Json.Serialization.JsonRequired] public required global::OpenAI.ProjectStatus Status { get; set; } - /// - /// A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - [global::System.Text.Json.Serialization.JsonPropertyName("app_use_case")] - public string? AppUseCase { get; set; } - - /// - /// Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - [global::System.Text.Json.Serialization.JsonPropertyName("business_website")] - public string? BusinessWebsite { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/OpenAI/Generated/OpenAI.Models.ProjectCreateRequest.g.cs b/src/libs/OpenAI/Generated/OpenAI.Models.ProjectCreateRequest.g.cs index f26a1ec..84345ec 100644 --- a/src/libs/OpenAI/Generated/OpenAI.Models.ProjectCreateRequest.g.cs +++ b/src/libs/OpenAI/Generated/OpenAI.Models.ProjectCreateRequest.g.cs @@ -15,18 +15,6 @@ public sealed partial class ProjectCreateRequest [global::System.Text.Json.Serialization.JsonRequired] public required string Name { get; set; } - /// - /// A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - [global::System.Text.Json.Serialization.JsonPropertyName("app_use_case")] - public string? AppUseCase { get; set; } - - /// - /// Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - [global::System.Text.Json.Serialization.JsonPropertyName("business_website")] - public string? BusinessWebsite { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/OpenAI/Generated/OpenAI.Models.ProjectUpdateRequest.g.cs b/src/libs/OpenAI/Generated/OpenAI.Models.ProjectUpdateRequest.g.cs index 949473c..aca9aab 100644 --- a/src/libs/OpenAI/Generated/OpenAI.Models.ProjectUpdateRequest.g.cs +++ b/src/libs/OpenAI/Generated/OpenAI.Models.ProjectUpdateRequest.g.cs @@ -15,18 +15,6 @@ public sealed partial class ProjectUpdateRequest [global::System.Text.Json.Serialization.JsonRequired] public required string Name { get; set; } - /// - /// A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - [global::System.Text.Json.Serialization.JsonPropertyName("app_use_case")] - public string? AppUseCase { get; set; } - - /// - /// Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - [global::System.Text.Json.Serialization.JsonPropertyName("business_website")] - public string? BusinessWebsite { get; set; } - /// /// Additional properties that are not explicitly defined in the schema /// diff --git a/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.CreateProject.g.cs b/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.CreateProject.g.cs index 891b7c2..05e989b 100644 --- a/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.CreateProject.g.cs +++ b/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.CreateProject.g.cs @@ -120,25 +120,15 @@ partial void ProcessCreateProjectResponseContent( /// /// The friendly name of the project, this name appears in reports. /// - /// - /// A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - /// - /// Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task CreateProjectAsync( string name, - string? appUseCase = default, - string? businessWebsite = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::OpenAI.ProjectCreateRequest { Name = name, - AppUseCase = appUseCase, - BusinessWebsite = businessWebsite, }; return await CreateProjectAsync( diff --git a/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.ModifyProject.g.cs b/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.ModifyProject.g.cs index 2012425..166f10a 100644 --- a/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.ModifyProject.g.cs +++ b/src/libs/OpenAI/Generated/OpenAI.ProjectsClient.ModifyProject.g.cs @@ -120,25 +120,15 @@ partial void ProcessModifyProjectResponseContent( /// /// The updated name of the project, this name appears in reports. /// - /// - /// A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// - /// - /// Your business URL, or if you don't have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications). - /// /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task ModifyProjectAsync( string name, - string? appUseCase = default, - string? businessWebsite = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::OpenAI.ProjectUpdateRequest { Name = name, - AppUseCase = appUseCase, - BusinessWebsite = businessWebsite, }; return await ModifyProjectAsync( diff --git a/src/libs/OpenAI/openapi.yaml b/src/libs/OpenAI/openapi.yaml index f6e9571..df91514 100644 --- a/src/libs/OpenAI/openapi.yaml +++ b/src/libs/OpenAI/openapi.yaml @@ -3003,9 +3003,9 @@ paths: returns: 'The created [Project](/docs/api-reference/projects/object) object.' examples: request: - curl: "curl -X POST https://api.openai.com/v1/organization/projects \\\n -H \"Authorization: Bearer $OPENAI_ADMIN_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -d '{\n \"name\": \"Project ABC\",\n \"app_use_case\": \"Your project use case here\",\n \"business_website\": \"https://example.com\"\n }'\n" + curl: "curl -X POST https://api.openai.com/v1/organization/projects \\\n -H \"Authorization: Bearer $OPENAI_ADMIN_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -d '{\n \"name\": \"Project ABC\"\n }'\n" response: - content: "{\n \"id\": \"proj_abc\",\n \"object\": \"organization.project\",\n \"name\": \"Project ABC\",\n \"created_at\": 1711471533,\n \"archived_at\": null,\n \"status\": \"active\",\n \"app_use_case\": \"Your project use case here\",\n \"business_website\": \"https://example.com\"\n}\n" + content: "{\n \"id\": \"proj_abc\",\n \"object\": \"organization.project\",\n \"name\": \"Project ABC\",\n \"created_at\": 1711471533,\n \"archived_at\": null,\n \"status\": \"active\"\n}\n" '/organization/projects/{project_id}': get: tags: @@ -3067,7 +3067,7 @@ paths: returns: 'The updated [Project](/docs/api-reference/projects/object) object.' examples: request: - curl: "curl -X POST https://api.openai.com/v1/organization/projects/proj_abc \\\n -H \"Authorization: Bearer $OPENAI_ADMIN_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -d '{\n \"name\": \"Project DEF\",\n \"app_use_case\": \"Your project use case here\",\n \"business_website\": \"https://example.com\"\n }'\n" + curl: "curl -X POST https://api.openai.com/v1/organization/projects/proj_abc \\\n -H \"Authorization: Bearer $OPENAI_ADMIN_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -d '{\n \"name\": \"Project DEF\"\n }'\n" '/organization/projects/{project_id}/archive': post: tags: @@ -10665,16 +10665,10 @@ components: - archived type: string description: '`active` or `archived`' - app_use_case: - type: string - description: 'A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).' - business_website: - type: string - description: 'Your business URL, or if you don''t have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).' description: Represents an individual project. x-oaiMeta: name: The project object - example: "{\n \"id\": \"proj_abc\",\n \"object\": \"organization.project\",\n \"name\": \"Project example\",\n \"created_at\": 1711471533,\n \"archived_at\": null,\n \"status\": \"active\",\n \"app_use_case\": \"Your project use case here\",\n \"business_website\": \"https://example.com\"\n}\n" + example: "{\n \"id\": \"proj_abc\",\n \"object\": \"organization.project\",\n \"name\": \"Project example\",\n \"created_at\": 1711471533,\n \"archived_at\": null,\n \"status\": \"active\"\n}\n" ProjectListResponse: required: - object @@ -10706,12 +10700,6 @@ components: name: type: string description: 'The friendly name of the project, this name appears in reports.' - app_use_case: - type: string - description: 'A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).' - business_website: - type: string - description: 'Your business URL, or if you don''t have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).' ProjectUpdateRequest: required: - name @@ -10720,12 +10708,6 @@ components: name: type: string description: 'The updated name of the project, this name appears in reports.' - app_use_case: - type: string - description: 'A description of your business, project, or use case. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).' - business_website: - type: string - description: 'Your business URL, or if you don''t have one yet, a URL to your LinkedIn or other social media. [Why we need this information](https://help.openai.com/en/articles/9824607-api-platform-verifications).' DefaultProjectErrorResponse: required: - code