diff --git a/ai/llmchat/Kconfig b/ai/llmchat/Kconfig index 26f0b3370a..61cbc9fcce 100644 --- a/ai/llmchat/Kconfig +++ b/ai/llmchat/Kconfig @@ -111,6 +111,10 @@ if PKG_USING_LLMCHAT bool "Enable llmchat http stream" default y + config PKG_LLMCHAT_HISTORY_PAYLOAD + bool "Enable llmchat history payload" + default n + config PKG_LLMCHAT_DBG bool "Enable llmchat debug" default n