Fix direct-provider command monitoring

This commit is contained in:
2026-08-15 15:49:07 -05:00
parent 2730712179
commit 4b20952cec
9 changed files with 152 additions and 56 deletions
+1
View File
@@ -4,6 +4,7 @@ use crate::ai::bedrock::client::BedrockClientConfig;
use crate::ai::openai::client::OpenAIClientConfig;
#[allow(dead_code)]
#[derive(Clone)]
pub enum ProviderConfig {
Bedrock(BedrockClientConfig),
OpenAI(OpenAIClientConfig),