Interface IPromptingTool

All Known Implementing Classes:
PromptingTool, PromptingToolsAggregation

public interface IPromptingTool
Tool that cab be added to the LLM processing. The tool on the one hand has to define its meta data (which functions, which parameters, ...) and on the other hand has to provide the runtime interface to process tool calls.
  • Method Details