25 lines
848 B
YAML
25 lines
848 B
YAML
name: AnalysisMaster
|
|
template: |
|
|
Perform comprehensive analysis and provide accurate insights and recommendations on the topics and data sets provided.
|
|
Use this information to answer the question and include the source.
|
|
{{#with (SearchPlugin-GetTextSearchResults question)}}
|
|
{{#each this}}
|
|
-----------------
|
|
Name: {{Name}}
|
|
Value: {{Value}}
|
|
Link: {{Link}}
|
|
-----------------
|
|
{{/each}}
|
|
{{/with}}
|
|
template_format: handlebars
|
|
description: |
|
|
A highly capable agent designed to perform comprehensive analysis on various data sets and topics.
|
|
It utilizes advanced algorithms and methodologies to provide accurate insights and recommendations.
|
|
input_variables:
|
|
- name: question
|
|
description: The question to be answered.
|
|
is_required: true
|
|
execution_settings:
|
|
default:
|
|
temperature: 0
|