ads4gpts-langchain
Version:
Ads for AI applications. Enabling the Freemium model for the AI era.
16 lines • 650 B
TypeScript
import { ADS4GPTsTool } from './ADS4GPTsTool';
export declare class ADS4GPTsBannerTool extends ADS4GPTsTool {
/**
* Constructs an instance of the ADS4GPTsBannerTool.
*
* @param args - A record of key-value pairs, including an optional API key.
* @param args.apiKey - Ads4GPTs API key. If not provided, it will attempt to retrieve it from the `ADS4GPTS_API_KEY` environment variable.
*
* @throws Error if the API key is missing or the banner tool configuration is not found.
*/
constructor(args?: {
apiKey?: string;
rootUrl?: string;
});
}
//# sourceMappingURL=ADS4GPTsBannerTool.d.ts.map