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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions src/libs/Google.Gemini/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1537,15 +1537,15 @@
"operationId": "tunedModels.operations.get",
"parameters": [
{
"name": "operationsId",
"name": "tunedModelsId",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "tunedModelsId",
"name": "operationsId",
"in": "path",
"required": true,
"description": "The name of the operation resource.",
Expand Down Expand Up @@ -4198,15 +4198,13 @@
"Default value.",
"Indicates the model should return text.",
"Indicates the model should return images.",
"Indicates the model should return audio.",
"Indicates the model should return video."
"Indicates the model should return audio."
],
"enum": [
"MODALITY_UNSPECIFIED",
"TEXT",
"IMAGE",
"AUDIO",
"VIDEO"
"AUDIO"
]
}
},
Expand Down
Loading