Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle minor issue: tools name shouldn't contain space for openai (#961)
As per (langchain-ai/langchain#16395), OpenAI functions don't accept tool names with space. Therefore, I added an exception handling snippet to raise an issue if a custom tool name has a space.
- Loading branch information