Skip to content

Commit cd8725b

Browse files
committed
ci
1 parent 6a4a7d9 commit cd8725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/conversation_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl ConversationState {
119119
profile: Option<String>,
120120
updates: Option<SharedWriter>,
121121
tool_manager: ToolManager,
122-
curren_model_id: Option<String>,
122+
current_model_id: Option<String>,
123123
) -> Self {
124124
// Initialize context manager
125125
let context_manager = match ContextManager::new(ctx, None).await {

0 commit comments

Comments
 (0)