Open
Conversation
dbrian57
approved these changes
Mar 20, 2025
Contributor
dbrian57
left a comment
There was a problem hiding this comment.
approved with suggestions.
| name: | ||
| example: '"Production Key"' | ||
| apiCreateOpenAIAPIKeyOutput: | ||
| description: CreateOpenAIAPIKeyOutput is used to return the newly created OpenAI |
Contributor
There was a problem hiding this comment.
Suggested change
| description: CreateOpenAIAPIKeyOutput is used to return the newly created OpenAI | |
| description: Returns the newly created OpenAI |
| api_key_uuid: | ||
| example: '"12345678-1234-1234-1234-123456789012"' | ||
| apiDeleteOpenAIAPIKeyOutput: | ||
| description: DeleteOpenAIAPIKeyOutput is used to return the deleted OpenAI API key. |
Contributor
There was a problem hiding this comment.
Suggested change
| description: DeleteOpenAIAPIKeyOutput is used to return the deleted OpenAI API key. | |
| description: Returns the deleted OpenAI API key. |
Is this just a response object? Because we're not returning a deleted API key here, right?
| example: '"123e4567-e89b-12d3-a456-426614174000"' | ||
| type: string | ||
| failed_item_count: | ||
| description: Total count of files that have failed |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Total count of files that have failed | |
| description: The total number of files that failed to be indexed. |
| format: uint64 | ||
| type: string | ||
| indexed_item_count: | ||
| description: Total count of files that have been indexed |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Total count of files that have been indexed | |
| description: The total number of files that have been indexed. |
| format: uint64 | ||
| type: string | ||
| removed_item_count: | ||
| description: Total count of files that have been removed |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Total count of files that have been removed | |
| description: Total number of files that have been removed. |
| format: date-time | ||
| type: string | ||
| created_by: | ||
| description: Created by user id from DO |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Created by user id from DO | |
| description: The ID of the user who created the key on your team. |
| format: date-time | ||
| type: string | ||
| models: | ||
| description: Models supported by the openAI api key |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Models supported by the openAI api key | |
| description: Models that support the key. |
Is this a list of models associated with the key? Or is this a list of models that support OpenAI API key use in general?
| $ref: '#/apiModel' | ||
| type: array | ||
| name: | ||
| description: Name |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Name | |
| description: The user-specified name of the key. |
| example: '"example name"' | ||
| type: string | ||
| updated_at: | ||
| description: Key last updated date |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Key last updated date | |
| description: When the key was last updated date. |
| format: date-time | ||
| type: string | ||
| uuid: | ||
| description: Uuid |
Contributor
There was a problem hiding this comment.
Suggested change
| description: Uuid | |
| description: The key's UUID. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.