Module tool_support

Module tool_support 

Source
Expand description

Tool support detection port.

This port defines the interface for detecting whether models support tool/function calling capabilities based on their metadata.

Structs§

ToolSupportDetection
Result of tool support detection.
ToolSupportDetectionInput
Input for tool support detection.

Enums§

ModelSource
The source/provider of the model being analyzed.
ToolFormat
Tool calling format detected.

Traits§

ToolSupportDetectorPort
Port for detecting tool/function calling support in models.