mistral-openapi-client 0.1.0

Our Chat Completion and Embeddings APIs specification. Create your account on [La Plateforme](https://console.mistral.ai) to get access and read the [docs](https://docs.mistral.ai) to learn how to use it.
Documentation
# JudgePreview

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **uuid::Uuid** |  | 
**created_at** | **String** |  | 
**updated_at** | **String** |  | 
**deleted_at** | Option<**String**> |  | 
**owner_id** | **uuid::Uuid** |  | 
**workspace_id** | **uuid::Uuid** |  | 
**name** | **String** |  | 
**description** | **String** |  | 
**model_name** | **String** |  | 
**output** | [**models::Output**]Output.md |  | 
**instructions** | **String** |  | 
**tools** | **Vec<String>** |  | 
**up_revision** | Option<**uuid::Uuid**> |  | [optional]
**down_revision** | Option<**uuid::Uuid**> |  | [optional]
**base_revision** | Option<**uuid::Uuid**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)