130 lines
5.5 KiB
JSON
130 lines
5.5 KiB
JSON
{
|
|
"sets": [
|
|
{
|
|
"template":
|
|
{
|
|
"overview": "Beispiel Web und Sharepoint",
|
|
"tasks": [
|
|
{
|
|
"id": "Task01",
|
|
"title": "Main Task",
|
|
"description": "Execute automated workflow",
|
|
"objective": "Execute automated workflow",
|
|
"actionList": [
|
|
{
|
|
"execMethod": "ai",
|
|
"execAction": "webResearch",
|
|
"execParameters": {
|
|
"prompt": "{{KEY:webResearchPrompt}}",
|
|
"list(url)": ["{{KEY:webResearchUrl}}"]
|
|
},
|
|
"execResultLabel": "web_research_results"
|
|
},
|
|
{
|
|
"execMethod": "sharepoint",
|
|
"execAction": "listDocuments",
|
|
"execParameters": {
|
|
"connectionReference": "{{KEY:connectionName}}",
|
|
"pathQuery": "{{KEY:sharepointFolderNameSource}}"
|
|
},
|
|
"execResultLabel": "sharepoint_source_path"
|
|
},
|
|
{
|
|
"execMethod": "sharepoint",
|
|
"execAction": "readDocuments",
|
|
"execParameters": {
|
|
"connectionReference": "{{KEY:connectionName}}",
|
|
"documentList": ["sharepoint_source_path"],
|
|
"pathQuery": "{{KEY:sharepointFolderNameSource}}"
|
|
},
|
|
"execResultLabel": "sharepoint_source_documents"
|
|
},
|
|
{
|
|
"execMethod": "ai",
|
|
"execAction": "process",
|
|
"execParameters": {
|
|
"aiPrompt": "{{KEY:PromptDeliverable}}",
|
|
"documentList": ["sharepoint_source_documents","web_research_results"]
|
|
},
|
|
"execResultLabel": "sharepoint_report"
|
|
},
|
|
{
|
|
"execMethod": "sharepoint",
|
|
"execAction": "uploadDocument",
|
|
"execParameters": {
|
|
"connectionReference": "{{KEY:connectionName}}",
|
|
"documentList": ["sharepoint_report"],
|
|
"pathQuery": "{{KEY:sharepointFolderNameDestination}}"
|
|
},
|
|
"execResultLabel": "sharepoint_upload_documents"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"parameters":
|
|
{
|
|
"connectionName": "connection:msft:p.motsch@valueon.ch",
|
|
"webResearchUrl": "https://www.valueon.ch",
|
|
"webResearchPrompt": "Wer arbeitet bei ValueOn AG in der Schweiz und was machen die?",
|
|
"PromptSharepointSource": "Fasse die Dokumente in einer Liste zusammen",
|
|
"sharepointFolderNameSource": "/site:Company Share/Freigegebene Dokumente/15. Persoenliche Ordner/Patrick Motsch/input",
|
|
"sharepointFolderNameDestination": "/site:Company Share/Freigegebene Dokumente/15. Persoenliche Ordner/Patrick Motsch/output",
|
|
"PromptDeliverable": "Erstelle mir einen Bericht der Webanalyse und der Dokumente im Sharepoint als Word Dokument"
|
|
}
|
|
},
|
|
{
|
|
"template":
|
|
{
|
|
"overview": "Immobilienrecherche Zürich",
|
|
"tasks": [
|
|
{
|
|
"id": "Task02",
|
|
"title": "Immobilienrecherche Zürich",
|
|
"description": "Webrecherche nach Immobilien im Kanton Zürich und Speicherung in Excel",
|
|
"objective": "Immobilienrecherche im Kanton Zürich zum Verkauf (5-20 Mio. CHF) und speichere Ergebnisse in Excel-Liste auf SharePoint",
|
|
"actionList": [
|
|
{
|
|
"execMethod": "ai",
|
|
"execAction": "webResearch",
|
|
"execParameters": {
|
|
"prompt": "{{KEY:immobilienResearchPrompt}}",
|
|
"list(url)": ["{{KEY:immobilienResearchUrl}}"]
|
|
},
|
|
"execResultLabel": "immobilien_research_results"
|
|
},
|
|
{
|
|
"execMethod": "ai",
|
|
"execAction": "process",
|
|
"execParameters": {
|
|
"aiPrompt": "{{KEY:excelFormatPrompt}}",
|
|
"documentList": ["immobilien_research_results"],
|
|
"resultType": "xlsx"
|
|
},
|
|
"execResultLabel": "immobilien_excel_list"
|
|
},
|
|
{
|
|
"execMethod": "sharepoint",
|
|
"execAction": "uploadDocument",
|
|
"execParameters": {
|
|
"connectionReference": "{{KEY:connectionName}}",
|
|
"documentList": ["immobilien_excel_list"],
|
|
"pathQuery": "{{KEY:sharepointFolderNameDestination}}"
|
|
},
|
|
"execResultLabel": "immobilien_upload_result"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"parameters":
|
|
{
|
|
"connectionName": "connection:msft:p.motsch@valueon.ch",
|
|
"sharepointFolderNameDestination": "/site:Company Share/Freigegebene Dokumente/15. Persoenliche Ordner/Patrick Motsch/output",
|
|
"immobilienResearchUrl": ["https://www.homegate.ch", "https://www.immoscout24.ch", "https://www.immowelt.ch"],
|
|
"immobilienResearchPrompt": "Suche nach Immobilien zum Verkauf im Kanton Zürich, Schweiz, im Preisbereich von 5-20 Millionen CHF. Sammle Informationen zu: Ort, Preis, Beschreibung, URL zu Bildern, Verkäufer/Kontaktinformationen.",
|
|
"excelFormatPrompt": "Erstelle eine Excel-Datei mit den recherchierten Immobilien. Jede Immobilie soll eine Zeile sein mit den folgenden Spalten: Ort, Preis (in CHF), Beschreibung, URL zu Bild, Verkäufer. Verwende die Daten aus der Webrecherche."
|
|
}
|
|
}
|
|
]
|
|
}
|