CreateChatCompletionStreamFunction
The function to be called
Example Usage
typescript
import { CreateChatCompletionStreamFunction } from "@meetkai/mka1/models/operations";
let value: CreateChatCompletionStreamFunction = {
name: "<value>",
arguments: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | ✔️ | The name of the function to call |
arguments | string | ✔️ | The arguments to call the function with, as a JSON string |