From fc412bc544058dbdee7695d9396f55b81b6679cb Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Fri, 11 Apr 2025 12:11:18 -0500 Subject: [PATCH] Fmt --- rig-core/examples/agent_with_inception.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rig-core/examples/agent_with_inception.rs b/rig-core/examples/agent_with_inception.rs index 40268ff..c740295 100644 --- a/rig-core/examples/agent_with_inception.rs +++ b/rig-core/examples/agent_with_inception.rs @@ -1,6 +1,9 @@ use std::env; -use rig::{completion::Prompt, providers::inception::{ClientBuilder, MERCURY_CODER_SMALL}}; +use rig::{ + completion::Prompt, + providers::inception::{ClientBuilder, MERCURY_CODER_SMALL}, +}; #[tokio::main] async fn main() -> Result<(), anyhow::Error> {