From d61855db04b93f0247fb6d23f4e538d7784e6979 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Sat, 12 Apr 2025 22:37:08 +0200 Subject: [PATCH] feat: extend wikipedia system prompt by tools --- config/packages/llm_chain.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/llm_chain.yaml b/config/packages/llm_chain.yaml index 333b5df..a5e6ef4 100644 --- a/config/packages/llm_chain.yaml +++ b/config/packages/llm_chain.yaml @@ -39,6 +39,7 @@ llm_chain: options: temperature: 0.5 system_prompt: 'Please answer the users question based on Wikipedia and provide a link to the article.' + include_tools: true tools: - 'PhpLlm\LlmChain\Chain\Toolbox\Tool\Wikipedia' audio: