Skip to content

CreateChatCompletionStreamFunction

The function to be called

Example Usage

typescript
import { CreateChatCompletionStreamFunction } from "@meetkai/mka1/models/operations";

let value: CreateChatCompletionStreamFunction = {
  name: "<value>",
  arguments: "<value>",
};

Fields

FieldTypeRequiredDescription
namestring✔️The name of the function to call
argumentsstring✔️The arguments to call the function with, as a JSON string