We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edee849 commit f6c73f0Copy full SHA for f6c73f0
crates/chat-cli/src/cli/chat/mod.rs
@@ -16,7 +16,6 @@ mod server_messenger;
16
mod skim_integration;
17
mod token_counter;
18
pub mod tool_manager;
19
-use crate::cli::chat::cli::model::find_model;
20
pub mod tools;
21
pub mod util;
22
use std::borrow::Cow;
@@ -134,6 +133,7 @@ use crate::auth::AuthError;
134
133
use crate::auth::builder_id::is_idc_user;
135
use crate::cli::agent::Agents;
136
use crate::cli::chat::cli::SlashCommand;
+use crate::cli::chat::cli::model::find_model;
137
use crate::cli::chat::cli::prompts::{
138
GetPromptError,
139
PromptsSubcommand,
0 commit comments