Interface ZIF_LLM_TOOL
AI Generated documentation.
Overview
The zif_llm_tool
interface provides a set of methods for interacting with a tool that can be used to parse and execute LLM (Large Language Model) model calls. The interface is designed to be used in a SAP ABAP environment and provides a standardized way of calling tools and retrieving their results.
Dependencies
The zif_llm_tool
interface depends on the following external dependencies:
cl_abap_datadescr
: a class used to describe data typeszif_llm_tool_parser
: an interface that provides a way to parse tool descriptions
Note: The exact dependencies may vary depending on the specific implementation of the tool and the LLM model being used.