From e43d8ee0ce06aabccd5dfb401f77e24420b1f3c4 Mon Sep 17 00:00:00 2001 From: Harsh Jha <83023263+rapid-killer-9@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:10:14 +0530 Subject: [PATCH] chore: fixed notice type to info Updated notice type from 'note' to 'info' for security warning. --- docs/en/sdks/python-sdk/llamaindex/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/sdks/python-sdk/llamaindex/index.md b/docs/en/sdks/python-sdk/llamaindex/index.md index bcf06565c0..db7d3bbcd4 100644 --- a/docs/en/sdks/python-sdk/llamaindex/index.md +++ b/docs/en/sdks/python-sdk/llamaindex/index.md @@ -233,7 +233,7 @@ For Toolbox servers hosted on Google Cloud (e.g., Cloud Run) and requiring ## Authenticating Tools -{{< notice note >}} +{{< notice info >}} Always use HTTPS to connect your application with the Toolbox service, especially when using tools with authentication configured. Using HTTP exposes your application to serious security risks. {{< /notice >}} @@ -383,4 +383,4 @@ async def main(): if __name__ == "__main__": asyncio.run(main()) -``` \ No newline at end of file +```