ChatKittyPlatformAPI.Model.ChatFunctionChatRuntimeProperties (chatkitty_platform_sdk v0.1.0)

The runtime this function executes on. Always a NodeJS runtime

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.ChatFunctionChatRuntimeProperties{
  id: integer(),
  type: String.t(),
  version: String.t()
}