You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// GitHub token for per-user model listing. When provided, resolves this token to determine the user's Copilot plan and available models instead of using the global auth.
8502
8502
#[serde(skip_serializing_if = "Option::is_none")]
8503
8503
pub git_hub_token: Option<String>,
8504
-
/// When true, bypasses cached model data and refreshes the available model list.
8505
-
#[serde(skip_serializing_if = "Option::is_none")]
8506
-
pub skip_cache: Option<bool>,
8507
8504
}
8508
8505
8509
8506
/// Target model identifier and optional reasoning effort, summary, capability overrides, and context tier.
0 commit comments