generated from coulomb/repo-seed
Status drift warnings
This commit is contained in:
@@ -372,6 +372,7 @@ def test_candidate_generator_maps_llm_provider_facts_to_capability():
|
||||
feature for feature in capability.features if feature.name == "Use OpenRouter Models"
|
||||
)
|
||||
assert openrouter_feature.primary_class == "integration"
|
||||
assert {"llm-provider", "openrouter"} <= set(openrouter_feature.attributes)
|
||||
|
||||
|
||||
def test_candidate_generator_does_not_promote_llm_provider_mentions_to_capability():
|
||||
@@ -402,4 +403,3 @@ def test_candidate_generator_does_not_promote_llm_provider_mentions_to_capabilit
|
||||
for capability in graph[0].capabilities
|
||||
if capability.name == "Route LLM Requests Across Providers"
|
||||
] == []
|
||||
assert {"llm-provider", "openrouter"} <= set(openrouter_feature.attributes)
|
||||
|
||||
Reference in New Issue
Block a user