Files
GenAIExamples/FinanceAgent/tools/finqa_agent_tools.yaml
minmin-intel 1852e6bcc3 Add Finance Agent Example (#1752)
Signed-off-by: minmin-intel <minmin.hou@intel.com>
Signed-off-by: Rita Brugarolas <rita.brugarolas.brufau@intel.com>
Signed-off-by: rbrugaro <rita.brugarolas.brufau@intel.com>
Co-authored-by: rbrugaro <rita.brugarolas.brufau@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: lkk <33276950+lkk12014402@users.noreply.github.com>
Co-authored-by: lkk12014402 <kaokao.lv@intel.com>
2025-04-14 14:27:07 +08:00

21 lines
726 B
YAML

# Copyright (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
search_knowledge_base:
description: Search knowledge base of SEC filings.
callable_api: finqa_tools.py:get_context_bm25_llm
args_schema:
query:
type: str
description: the query to search for. Should be detailed. Do not include the company name.
company:
type: str
description: the company of interest.
year:
type: str
description: the year of interest, can only specify one year. can be an empty string.
quarter:
type: str
description: the quarter of interest, can only specify one quarter. can be 'Q1', 'Q2', 'Q3', 'Q4'. can be an empty string.
return_output: retrieved_data