UNPKG

chatkitty

Version:
27 lines (19 loc) 750 B
# CreateChatFunctionResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **string** | | [default to undefined] **description** | **string** | | [optional] [default to undefined] **initialize_asynchronously** | **boolean** | | [default to undefined] **name** | **string** | | [default to undefined] ## Example ```typescript import { CreateChatFunctionResource } from 'chatkitty'; const instance: CreateChatFunctionResource = { type, description, initialize_asynchronously, name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)