(context, deploymentId, body, options = { requestOptions: {} })
| 78442 | }; |
| 78443 | }) |
| 78444 | }; |
| 78445 | } |
| 78446 | async function getImageGenerations(context, deploymentId, body, options = { requestOptions: {} }) { |
| 78447 | const result = await _getImageGenerationsSend(context, deploymentId, body, options); |
| 78448 | return _getImageGenerationsDeserialize(result); |
| 78449 | } |
| 78450 | function _getEmbeddingsSend(context, deploymentId, body, options = { requestOptions: {} }) { |
| 78451 | return context.path("/deployments/{deploymentId}/embeddings", deploymentId).post(Object.assign(Object.assign({}, operationOptionsToRequestParameters(options)), { body: { |
| 78452 | user: body["user"], |
| 78453 | model: body["model"], |
| 78454 | input: body["input"], |
no test coverage detected
searching dependent graphs…