fix: removed temperature modifier in librarian agent to mitigate invisible errors
This commit is contained in:
@@ -88,7 +88,6 @@ nodes:
|
|||||||
prompt: |
|
prompt: |
|
||||||
Research prompt: {{initial_prompt}}
|
Research prompt: {{initial_prompt}}
|
||||||
tools: []
|
tools: []
|
||||||
temperature: 0.1
|
|
||||||
output_schema:
|
output_schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@@ -180,7 +179,6 @@ nodes:
|
|||||||
tools:
|
tools:
|
||||||
- mcp:ddg-search
|
- mcp:ddg-search
|
||||||
max_iterations: 15
|
max_iterations: 15
|
||||||
temperature: 0.1
|
|
||||||
state_updates:
|
state_updates:
|
||||||
search_output: "{{output}}"
|
search_output: "{{output}}"
|
||||||
fallback: synthesize
|
fallback: synthesize
|
||||||
@@ -251,7 +249,6 @@ nodes:
|
|||||||
tools:
|
tools:
|
||||||
- mcp:personal-github
|
- mcp:personal-github
|
||||||
max_iterations: 15
|
max_iterations: 15
|
||||||
temperature: 0.1
|
|
||||||
state_updates:
|
state_updates:
|
||||||
oss_output: "{{output}}"
|
oss_output: "{{output}}"
|
||||||
fallback: synthesize
|
fallback: synthesize
|
||||||
@@ -338,7 +335,6 @@ nodes:
|
|||||||
tools:
|
tools:
|
||||||
- fetch_url_via_curl
|
- fetch_url_via_curl
|
||||||
max_iterations: 20
|
max_iterations: 20
|
||||||
temperature: 0.1
|
|
||||||
state_updates:
|
state_updates:
|
||||||
findings: "{{output}}"
|
findings: "{{output}}"
|
||||||
fallback: final_format
|
fallback: final_format
|
||||||
|
|||||||
Reference in New Issue
Block a user