application-services-model/src/ai-request.ts
Get Service Provider Response
Properties |
constructor(data?: literal type)
|
||||||
|
Parameters :
|
| created_at |
Type : string
|
| default_configuration |
Type : literal type
|
Default value : {
model: "",
api_version: "",
}
|
| external_service_url |
Type : string
|
| id |
Type : string
|
| name |
Type : string
|
| operation_configurations |
Type : any[]
|
| provider_type |
Type : string
|
| updated_at |
Type : string
|
| version |
Type : number
|