chatkitty
Version:
OpenAPI client for chatkitty
21 lines (13 loc) • 610 B
Markdown
# CreateChatFunctionVersionResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**handler_script** | **string** | JavaScript/TypeScript code that runs when this function is executed | [default to undefined]
## Example
```typescript
import { CreateChatFunctionVersionResource } from 'chatkitty';
const instance: CreateChatFunctionVersionResource = {
handler_script,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)