forked from bai/curriculum-project-hub
feat: secure organization provider credentials
This commit is contained in:
@@ -212,10 +212,13 @@ function mockSettings(): RuntimeSettings {
|
||||
async provider(providerId) {
|
||||
return {
|
||||
id: providerId,
|
||||
baseUrl: "https://example.invalid",
|
||||
authToken: "test-token",
|
||||
anthropicApiKey: "",
|
||||
sdkEnv: {},
|
||||
async openAgentLease() {
|
||||
return {
|
||||
sdkEnv: {},
|
||||
sensitiveValues: [],
|
||||
async close() {},
|
||||
};
|
||||
},
|
||||
};
|
||||
},
|
||||
async modelRegistry() {
|
||||
|
||||
Reference in New Issue
Block a user