From c3ad345246bb1fd59fc3cb9d427c9770f0bee669 Mon Sep 17 00:00:00 2001 From: Tanish Gupta Date: Thu, 9 Jul 2026 00:09:43 +0000 Subject: [PATCH] some comment --- experimental/genie/client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/experimental/genie/client.go b/experimental/genie/client.go index a1ce57a3194..f19baa252b7 100644 --- a/experimental/genie/client.go +++ b/experimental/genie/client.go @@ -14,6 +14,8 @@ import ( "github.com/databricks/databricks-sdk-go/config" ) +// added some comment + // genieResponsesPath is the backend route. The server-side tool is still named // "onechat" even though the CLI command is "genie", so the path keeps that name. const genieResponsesPath = "/api/2.0/data-rooms/tools/onechat/responses"