你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AIInferenceModelFactory.StreamingChatResponseToolCallUpdate Method

Definition

Initializes a new instance of StreamingChatResponseToolCallUpdate.

public static Azure.AI.Inference.StreamingChatResponseToolCallUpdate StreamingChatResponseToolCallUpdate (string id = default, Azure.AI.Inference.FunctionCall function = default);
static member StreamingChatResponseToolCallUpdate : string * Azure.AI.Inference.FunctionCall -> Azure.AI.Inference.StreamingChatResponseToolCallUpdate
Public Shared Function StreamingChatResponseToolCallUpdate (Optional id As String = Nothing, Optional function As FunctionCall = Nothing) As StreamingChatResponseToolCallUpdate

Parameters

id
String

The ID of the tool call.

function
FunctionCall

Updates to the function call requested by the AI model.

Returns

A new StreamingChatResponseToolCallUpdate instance for mocking.

Applies to