diff --git a/docs/features/plugin/tools/development.mdx b/docs/features/plugin/tools/development.mdx index e779cdd..87f2c1b 100644 --- a/docs/features/plugin/tools/development.mdx +++ b/docs/features/plugin/tools/development.mdx @@ -312,9 +312,9 @@ async def test_function( In the Tools definition metadata you can specify custom packages. When you click `Save` the line will be parsed and `pip install` will be run on all requirements at once. -Keep in mind that as pip is used in the same process as Open-WebUI, the UI will be completely unresponsive during the installation. +Keep in mind that as pip is used in the same process as Open WebUI, the UI will be completely unresponsive during the installation. -No measures are taken to handle package conflicts with Open-WebUI's requirements. That means that specifying requirements can break Open WebUI if you're not careful. You might be able to work around this by specifying `open-webui` itself as a requirement. +No measures are taken to handle package conflicts with Open WebUI's requirements. That means that specifying requirements can break Open WebUI if you're not careful. You might be able to work around this by specifying `open-webui` itself as a requirement.