From 9611069a4f739d2fb60c4da2be69df2b449ef323 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 11 May 2026 19:51:39 +0200 Subject: [PATCH] Remove guidance about user replies from assembly attachments. --- profiler/src/profiler/TracySourceView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/profiler/TracySourceView.cpp b/profiler/src/profiler/TracySourceView.cpp index 78718a59..9122ba6c 100644 --- a/profiler/src/profiler/TracySourceView.cpp +++ b/profiler/src/profiler/TracySourceView.cpp @@ -2012,7 +2012,7 @@ void SourceView::AttachRangeToLlm( size_t start, size_t stop, Worker& worker, Vi { "type", "assembly" }, { "symbol", symName }, { "files", nlohmann::json::object() }, - { "hint", "Code lines format is: fileIdx:line:offset:cost:callCost:assembly. To decode file names, access files[fileIdx]. Never show undecoded fileIdx to user." } + { "hint", "Code lines format is: fileIdx:line:offset:cost:callCost:assembly. To decode file names, access files[fileIdx]." } }; std::vector sources;