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

PersistentAgentsModelFactory.RunStepDeltaFunction Method

Definition

Initializes a new instance of RunStepDeltaFunction.

public static Azure.AI.Agents.Persistent.RunStepDeltaFunction RunStepDeltaFunction(string name = default, string arguments = default, string output = default);
static member RunStepDeltaFunction : string * string * string -> Azure.AI.Agents.Persistent.RunStepDeltaFunction
Public Shared Function RunStepDeltaFunction (Optional name As String = Nothing, Optional arguments As String = Nothing, Optional output As String = Nothing) As RunStepDeltaFunction

Parameters

name
String

The name of the function.

arguments
String

The arguments passed to the function as input.

output
String

The output of the function, null if outputs have not yet been submitted.

Returns

A new RunStepDeltaFunction instance for mocking.

Applies to