Skip to content

Commit

Permalink
update class export name to SERPGoogleFinanceAPITool
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajyu committed Dec 3, 2024
1 parent a2262d1 commit 65f2989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/src/tools/google_finance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface GoogleFinanceAPIParams {
/**
* Tool for querying Google Finance using the SerpApi service.
*/
export class GoogleFinanceAPI extends Tool {
export class SERPGoogleFinanceAPITool extends Tool {
static lc_name() {
return "GoogleFinanceAPI";
}
Expand Down

0 comments on commit 65f2989

Please sign in to comment.