Extract only a single feature, the codex prompt for the current endpoint.

This commit is contained in:
tiferet
2022-11-28 16:50:17 -08:00
parent 8af2138ade
commit ad13f5585d

View File

@@ -72,7 +72,7 @@ private module FunctionNames {
}
/** Get a name of a supported generic token-based feature. */
string getASupportedFeatureName() { result = any(EndpointFeature f).getName() }
string getASupportedFeatureName() { result = "codexPrompt" }
/**
* Generic token-based features for ATM.