Skip to content

Commit bc225f4

Browse files
authored
feat: extend wikipedia system prompt by tools (#21)
1 parent 1d9b2d8 commit bc225f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/packages/llm_chain.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ llm_chain:
3939
options:
4040
temperature: 0.5
4141
system_prompt: 'Please answer the users question based on Wikipedia and provide a link to the article.'
42+
include_tools: true
4243
tools:
4344
- 'PhpLlm\LlmChain\Chain\Toolbox\Tool\Wikipedia'
4445
audio:

0 commit comments

Comments
 (0)