-
Notifications
You must be signed in to change notification settings - Fork 98
gen-ai updates march 18 #992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
gen-ai updates march 18 #992
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved with suggestions.
name: | ||
example: '"Production Key"' | ||
apiCreateOpenAIAPIKeyOutput: | ||
description: CreateOpenAIAPIKeyOutput is used to return the newly created OpenAI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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?
@@ -1381,11 +1419,31 @@ apiIndexedDataSource: | |||
description: Uuid of the indexed data source | |||
example: '"123e4567-e89b-12d3-a456-426614174000"' | |||
type: string | |||
failed_item_count: | |||
description: Total count of files that have failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Total count of files that have failed | |
description: The total number of files that failed to be indexed. |
indexed_file_count: | ||
description: Total count of files that have been indexed | ||
example: '"12345"' | ||
format: uint64 | ||
type: string | ||
indexed_item_count: | ||
description: Total count of files that have been indexed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Name | |
description: The user-specified name of the key. |
example: '"example name"' | ||
type: string | ||
updated_at: | ||
description: Key last updated date |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Key last updated date | |
description: When the key was last updated date. |
format: date-time | ||
type: string | ||
uuid: | ||
description: Uuid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: Uuid | |
description: The key's UUID. |
No description provided.