We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9b2d8 commit bc225f4Copy full SHA for bc225f4
config/packages/llm_chain.yaml
@@ -39,6 +39,7 @@ llm_chain:
39
options:
40
temperature: 0.5
41
system_prompt: 'Please answer the users question based on Wikipedia and provide a link to the article.'
42
+ include_tools: true
43
tools:
44
- 'PhpLlm\LlmChain\Chain\Toolbox\Tool\Wikipedia'
45
audio:
0 commit comments