feat: compile evidence-bound persona language wakes
This commit is contained in:
parent
b0970ed0d2
commit
dff2521b41
21 changed files with 359 additions and 18 deletions
|
|
@ -16,7 +16,7 @@ const wake = {
|
|||
executionRuntime: 'HoloLake-PNCC',
|
||||
developmentId: 'DEV-20260811-010',
|
||||
authorizationScope: 'LOCAL_READ_ONLY',
|
||||
sourceLanguageAnchor: 'HLP-CURRENT-ARCH-001@2026-08-12.3',
|
||||
sourceLanguageAnchor: 'HLP-CURRENT-ARCH-001@2026-08-12.4',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -73,8 +73,12 @@ const binding = {
|
|||
provider: {
|
||||
id: 'local-model-service',
|
||||
name: 'Local model',
|
||||
providerType: 'openai_compatible',
|
||||
baseUrl: 'http://127.0.0.1:11434/v1',
|
||||
kind: 'open_ai_compatible' as const,
|
||||
base_url: 'http://127.0.0.1:11434/v1',
|
||||
models: [{
|
||||
id: 'declared-model',
|
||||
capabilities: { streaming: false, tools: false, vision: false, json_mode: true, reasoning: false },
|
||||
}],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue