Files
langchain-python/langchain/tools
Shuqian ee1d488c03 fix: rename the invalid function name of GoogleSerperResults Tool for OpenAIFunctionCall (#7176)
- Description: rename the invalid function name of GoogleSerperResults
Tool for OpenAIFunctionCall
- Tag maintainer: @hinthornw

When I use the GoogleSerperResults in OpenAIFunctionCall agent, the
following error occurs:
```shell
openai.error.InvalidRequestError: 'Google Serrper Results JSON' does not match '^[a-zA-Z0-9_-]{1,64}$' - 'functions.0.name'
```

So I rename the GoogleSerperResults's property "name" from "Google
Serrper Results JSON" to "google_serrper_results_json" just like
GoogleSerperRun's name: "google_serper", and it works.
I guess this should be reasonable.
2023-07-05 12:47:50 -04:00
..
2023-06-26 02:28:04 -07:00
2023-04-30 11:14:09 -07:00
2023-06-26 02:59:09 -07:00
2023-06-23 11:00:34 -07:00
2023-06-18 16:55:18 -07:00
2023-06-18 16:55:18 -07:00
2023-04-30 11:14:09 -07:00