- Introduction of interview_phase and normal phase in TRAICIE_SELECTION_SPECIALIST to make interaction with bot more human. - More and random humanised messages to TRAICIE_SELECTION_SPECIALIST
32 lines
840 B
YAML
32 lines
840 B
YAML
version: "1.0.0"
|
|
name: "Retrieves vacancy text for a specific role"
|
|
configuration:
|
|
es_k:
|
|
name: "es_k"
|
|
type: "integer"
|
|
description: "K-value to retrieve embeddings (max embeddings retrieved)"
|
|
required: true
|
|
default: 8
|
|
es_similarity_threshold:
|
|
name: "es_similarity_threshold"
|
|
type: "float"
|
|
description: "Similarity threshold for retrieving embeddings"
|
|
required: true
|
|
default: 0.3
|
|
arguments:
|
|
query:
|
|
name: "query"
|
|
type: "string"
|
|
description: "Query to retrieve embeddings"
|
|
required: true
|
|
role_reference:
|
|
name: "Role Reference"
|
|
type: "string"
|
|
description: "The role information needs to be retrieved for"
|
|
required: true
|
|
metadata:
|
|
author: "Josako"
|
|
date_added: "2025-07-07"
|
|
changes: "Initial version"
|
|
description: "Retrieves vacancy text for a specific role"
|