mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:00:42 +00:00
refactor(plugins): move provider routing metadata to manifests
This commit is contained in:
@@ -2,6 +2,19 @@
|
||||
"id": "github-copilot",
|
||||
"enabledByDefault": true,
|
||||
"providers": ["github-copilot"],
|
||||
"providerEndpoints": [
|
||||
{
|
||||
"endpointClass": "github-copilot-native",
|
||||
"hostSuffixes": [".githubcopilot.com"]
|
||||
}
|
||||
],
|
||||
"providerRequest": {
|
||||
"providers": {
|
||||
"github-copilot": {
|
||||
"family": "github-copilot"
|
||||
}
|
||||
}
|
||||
},
|
||||
"contracts": {
|
||||
"memoryEmbeddingProviders": ["github-copilot"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user