- Split differrent caching mechanisms (types, version tree, config) into different cachers - Improve resource usage on starting components, and correct gevent usage - Refine repopack usage for eveai_app (too large) - Change nginx dockerfile to allow for specialist overviews being served statically
17 lines
662 B
YAML
17 lines
662 B
YAML
version: "1.0.0"
|
|
name: "Identification Gathering"
|
|
task_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"
|