ToolSelectionStrategy Type
Strategy for selecting which tool to use
Union cases
| Union case |
Description
|
Full Usage:
Custom selector
Parameters:
string -> ToolSchema list -> Task<ToolSchema option>
|
Custom selection function
|
Full Usage:
LlmDriven
|
Let the LLM decide based on descriptions |
|
Match by keyword patterns
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCustom
Returns: bool
|
|
Full Usage:
this.IsLlmDriven
Returns: bool
|
|
Full Usage:
this.IsPatternMatch
Returns: bool
|
|
Nao