diff --git a/profiler/src/profiler/TracyLlmTools.cpp b/profiler/src/profiler/TracyLlmTools.cpp index 55e2f412..c49c042a 100644 --- a/profiler/src/profiler/TracyLlmTools.cpp +++ b/profiler/src/profiler/TracyLlmTools.cpp @@ -439,7 +439,8 @@ TracyLlmTools::ToolReply TracyLlmTools::SearchWikipedia( std::string query, cons { "key", key }, { "title", page["title"] }, { "description", page["description"] }, - { "preview", summaryJson["extract"] } + { "preview", summaryJson["extract"] }, + { "excerpt", page["excerpt"] } } ); }