Interface ZIF_LLM_TOOL_PARSER
AI Generated documentation.
Overview
The zif_llm_tool_parser
interface provides a standardized way to parse tool definitions. It offers a single method, parse
, which takes in a data descriptor, descriptions, and returns a result string. The method is used to validate and process tool definitions.
Dependencies
The zif_llm_tool_parser
interface depends on the following:
CL_ABAP_DATADESC
for data descriptor handlingZCX_LL_M_VALIDATION
for validation exceptions