mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
Extract only a single feature, the codex prompt for the current endpoint.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user