You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tool name method to strip unsupported characters for OpenAI (#28)
Updates the `name` method in the `Tool` class to strip unsupported
characters and replace them with the closest characters as OpenAI only supports
tool names with `/a-zA-Z0-9_-/+`
0 commit comments