Skip to content

aisbreaker-api-js - v0.1.15 / api/models/Usage / Usage

Interface: Usage

api/models/Usage.Usage

Details about the used AI service.

Table of contents

Properties

Properties

service

service: Service

The AI service/engine used for this request+response.

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/models/Usage.ts:10


totalMilliseconds

totalMilliseconds: number

Total number of milliseconds used for this request+response.

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/models/Usage.ts:23


warnings

Optional warnings: string[]

List of human readable free-text hints or warnings from the service to the client developer(s). The client should display them to only to app developers, not to app users.

Defined in

aisbreaker-js/packages/aisbreaker-api-js/src/api/models/Usage.ts:29

Released under the MIT License.