fixed formatting
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use crate::models::OrganizationPlan;
|
||||
use crate::storage::Cache;
|
||||
use crate::gemini::errors::GeminiError;
|
||||
use crate::gemini::prompt::PromptBuilder;
|
||||
use crate::gemini::types::{GeminiResponse, OrganizationPlanResponse};
|
||||
use crate::models::OrganizationPlan;
|
||||
use crate::storage::Cache;
|
||||
use reqwest::Client;
|
||||
use serde_json::json;
|
||||
use std::path::Path;
|
||||
|
||||
@@ -5,4 +5,6 @@ pub mod types;
|
||||
|
||||
pub use client::GeminiClient;
|
||||
pub use errors::GeminiError;
|
||||
pub use types::{Candidate, Content, FileCategoryResponse, GeminiResponse, OrganizationPlanResponse, Part};
|
||||
pub use types::{
|
||||
Candidate, Content, FileCategoryResponse, GeminiResponse, OrganizationPlanResponse, Part,
|
||||
};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use crate::models::{FileCategory, OrganizationPlan};
|
||||
use crate::gemini::types::OrganizationPlanResponse;
|
||||
use crate::models::{FileCategory, OrganizationPlan};
|
||||
|
||||
impl OrganizationPlanResponse {
|
||||
pub fn to_organization_plan(self) -> OrganizationPlan {
|
||||
|
||||
Reference in New Issue
Block a user