Table of Contents

Class RealtimeEvent.Server.Response.FunctionCallArguments

public static class RealtimeEvent.Server.Response.FunctionCallArguments
Inheritance
object
RealtimeEvent.Server.Response.FunctionCallArguments

Fields

Delta

Returned when the model-generated function call arguments are updated.

public const string Delta = "response.function_call_arguments.delta"

Field Value

string

Done

Returned when the model-generated function call arguments are done streaming. Also emitted when a Response is interrupted, incomplete, or cancelled.

public const string Done = "response.function_call_arguments.done"

Field Value

string