application-services-model/src/ai-request.ts
Ai Service Provider Request
Properties |
|
constructor(data?: literal type)
|
||||||
|
Parameters :
|
| Optional credentials |
Type : literal type
|
Default value : {
api_key: "",
api_base: "",
deployment_name: "",
}
|
| Optional default_configuration |
Type : literal type
|
Default value : {
model: "",
api_version: "",
}
|
| Optional external_service_url |
Type : string
|
| Optional id |
Type : string
|
| Optional is_default |
| Optional name |
Type : string
|
| Optional provider_type |
Type : string
|
| Optional version |
Type : number
|