ChatToolMode.RequireSpecific(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a ChatToolMode indicating that tool usage is required, and that the specified AIFunction must be selected. The function name must match an entry in Tools.
public:
static Microsoft::Extensions::AI::RequiredChatToolMode ^ RequireSpecific(System::String ^ functionName);
public static Microsoft.Extensions.AI.RequiredChatToolMode RequireSpecific (string functionName);
static member RequireSpecific : string -> Microsoft.Extensions.AI.RequiredChatToolMode
Public Shared Function RequireSpecific (functionName As String) As RequiredChatToolMode
Parameters
- functionName
- String
The name of the required function.
Returns
An instance of RequiredChatToolMode for the specified function name.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.