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

PersistentAgentsModelFactory.RunStepDeltaOpenAPIObject Method

Definition

Initializes a new instance of RunStepDeltaOpenAPIObject.

public static Azure.AI.Agents.Persistent.RunStepDeltaOpenAPIObject RunStepDeltaOpenAPIObject(System.Collections.Generic.IEnumerable<Azure.AI.Agents.Persistent.RunStepDeltaOpenAPIToolCall> toolCalls = default);
static member RunStepDeltaOpenAPIObject : seq<Azure.AI.Agents.Persistent.RunStepDeltaOpenAPIToolCall> -> Azure.AI.Agents.Persistent.RunStepDeltaOpenAPIObject
Public Shared Function RunStepDeltaOpenAPIObject (Optional toolCalls As IEnumerable(Of RunStepDeltaOpenAPIToolCall) = Nothing) As RunStepDeltaOpenAPIObject

Parameters

toolCalls
IEnumerable<RunStepDeltaOpenAPIToolCall>

The collection of tool calls for the tool call detail item.

Returns

A new RunStepDeltaOpenAPIObject instance for mocking.

Applies to