OpenAIStreamFunction

class OpenAIStreamFunction(val name: String?, val arguments: String?)(source)

Represents a function object used in OpenAI stream tool calls.

Constructors

Link copied to clipboard
constructor(name: String?, arguments: String?)

Properties

Link copied to clipboard

The arguments that were passed to the function call.

Link copied to clipboard
val name: String?

The name of the function that was called.