openai-struct 0.0.4

利用openai的openapi生成的rust结构体
Documentation
/*
 * OpenAI API
 *
 * The OpenAI REST API. Please see pub https://platform.openai.com/docs/api-reference for more details.
 *
 * OpenAPI spec pub version: 2.3.0
 *
 * Generated pub by: https://github.com/swagger-api/swagger-codegen.git
 */

/// pub CreateEvalLogsDataSourceConfig : A data source config which specifies the metadata property of your stored completions query. This is usually metadata like `usecase=chatbot` or `prompt-version=v2`, etc.

#[allow(unused_imports)]
use serde_json::Value;

// #[derive(Debug, Serialize, Deserialize)]
// pub struct CreateEvalLogsDataSourceConfig {
//   /// Metadata filters for the logs data source.
//   #[serde(rename = "metadata")]
//   pub metadata: Option<::std::collections::HashMap<String, pub crate::models::Object>>,
//   /// The type of data source. Always `logs`.
//   #[serde(rename = "type")]
//   pub _type: String
// }