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
issues.push({code: "invalid-tool",field: `${field}.runtime.environment`,message: `${field}.runtime.environment must be ${canonicalRuntime.environment} for ${executionLocation} tools.`})
170
177
}
171
178
if(!runtimeCapabilityScope){
172
179
issues.push({code: "invalid-tool",field: `${field}.runtime.capability_scope`,message: `${field}.runtime.capability_scope must be a non-empty string.`})
issues.push({code: "invalid-tool",field: `${field}.runtime.capability_scope`,message: `${field}.runtime.capability_scope must be ${canonicalRuntime.capability_scope} for ${executionLocation} tools.`})
173
182
}
174
183
if(typeoftool.allowed!=="boolean"){
175
184
issues.push({code: "invalid-tool",field: `${field}.allowed`,message: `${field}.allowed must be boolean.`})
@@ -260,18 +269,26 @@ export function resolveRuntimeToolAlias(policy: EffectiveRuntimeToolPolicy | San
0 commit comments