ChatKittyPlatformAPI.Model.ChatRuntimeProperties (chatkitty_platform_sdk v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.ChatRuntimeProperties{
  dependencies: [ChatKittyPlatformAPI.Model.ChatRuntimeDependencyProperties.t()],
  environmentVariables: %{optional(String.t()) => AnyType},
  id: integer(),
  initializationScript:
    ChatKittyPlatformAPI.Model.ChatRuntimeScriptProperties.t() | nil,
  type: String.t(),
  version: String.t()
}