- correct startup of applications using gevent - introduce startup scripts (eveai_app) - caching manager for all configurations
17 lines
657 B
YAML
17 lines
657 B
YAML
version: "1.0.0"
|
|
name: "Identification Gathering"
|
|
description: >
|
|
Detect and pass on identification information in the ongoing conversation, from within the following information:
|
|
{question}
|
|
Add to or refine the following already gathered identification information (between triple $)
|
|
$$${Identification}$$$
|
|
{custom_description}
|
|
expected_output: >
|
|
Identification information such as name, email, phone number, company, role, company website, ...
|
|
{custom_expected_output}
|
|
metadata:
|
|
author: "Josako"
|
|
date_added: "2025-01-08"
|
|
description: "A Task that gathers identification information from a conversation"
|
|
changes: "Initial version"
|