Files
GenAIExamples/AgentQnA/tools/worker_agent_tools.yaml
minmin-intel 262a6f6055 Agent example for v1.0 release (#684)
Signed-off-by: minmin-intel <minmin.hou@intel.com>
Signed-off-by: Chendi.Xue <chendi.xue@intel.com>
2024-09-12 00:05:34 +08:00

12 lines
351 B
YAML

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
search_knowledge_base:
description: Search knowledge base for a given query. Returns text related to the query.
callable_api: worker_agent_tools.py:search_knowledge_base
args_schema:
query:
type: str
description: query
return_output: retrieved_data