Documentation
¶
Overview ¶
Package types defines shared types used across optimizer sub-packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ToolMatch ¶
type ToolMatch struct {
// Name is the unique identifier of the tool.
Name string `json:"name"`
// Description is the human-readable description of the tool.
Description string `json:"description"`
// Score indicates how well this tool matches the search criteria (0.0-1.0).
Score float64 `json:"score"`
}
ToolMatch represents a tool that matched the search criteria.
Click to show internal directories.
Click to hide internal directories.