@@ -253,10 +253,6 @@ interface llm-provider {
min-total-token-count: u64,
}
- // =========================================================================- // OAuth Web Auth Flow Types- // =========================================================================-
/// Configuration for starting an OAuth web authentication flow.
record oauth-web-auth-config {
/// The URL to open in the user's browser to start authentication.
@@ -300,10 +296,6 @@ interface llm-provider {
body: string,
}
- // =========================================================================- // Import Functions (callable by extensions)- // =========================================================================-
/// Request a credential from the user.
/// Returns true if the credential was provided, false if the user cancelled.
request-credential: func(