pub fn create_app_server_client(
kind: AgentKind,
default_client: Option<Arc<dyn AppServerClient>>,
) -> Option<Arc<dyn AppServerClient>>Expand description
Returns the app-server client for the selected provider when applicable.
pub fn create_app_server_client(
kind: AgentKind,
default_client: Option<Arc<dyn AppServerClient>>,
) -> Option<Arc<dyn AppServerClient>>Returns the app-server client for the selected provider when applicable.