@transcend-io/cli 4.124.0 → 4.124.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -192,7 +192,7 @@ export declare class TranscendPromptManager<TPromptNames extends string, TPrompt
|
|
|
192
192
|
* @param filterBy - Filter by parameters
|
|
193
193
|
* @returns The files found matching the filter
|
|
194
194
|
*/
|
|
195
|
-
|
|
195
|
+
getAgentFiles(filterBy: AgentFileFilterBy): Promise<AgentFile[]>;
|
|
196
196
|
/**
|
|
197
197
|
* Look up the large language model to report on
|
|
198
198
|
*
|
|
@@ -193,7 +193,7 @@ class TranscendPromptManager {
|
|
|
193
193
|
* @param filterBy - Filter by parameters
|
|
194
194
|
* @returns The files found matching the filter
|
|
195
195
|
*/
|
|
196
|
-
|
|
196
|
+
getAgentFiles(filterBy) {
|
|
197
197
|
return (0, graphql_1.fetchAllAgentFiles)(this.graphQLClient, filterBy);
|
|
198
198
|
}
|
|
199
199
|
/**
|