ChatKitty.Model.ChatFunctionChatRuntimeProperties (chatkitty_platform_sdk v1.26.0)

The runtime this function executes on. Always a NodeJS runtime

Link to this section Summary

Link to this section Types

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