fix: unused system_prompt variable warning
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -150,7 +150,7 @@ fn run_pty_session(
|
|||||||
user_message: &str,
|
user_message: &str,
|
||||||
cwd: &str,
|
cwd: &str,
|
||||||
resume_session_id: Option<&str>,
|
resume_session_id: Option<&str>,
|
||||||
system_prompt: Option<&str>,
|
_system_prompt: Option<&str>,
|
||||||
cancelled: Arc<AtomicBool>,
|
cancelled: Arc<AtomicBool>,
|
||||||
token_tx: tokio::sync::mpsc::UnboundedSender<String>,
|
token_tx: tokio::sync::mpsc::UnboundedSender<String>,
|
||||||
thinking_tx: tokio::sync::mpsc::UnboundedSender<String>,
|
thinking_tx: tokio::sync::mpsc::UnboundedSender<String>,
|
||||||
|
|||||||
Reference in New Issue
Block a user