Prompts

public struct Prompts : Codable, Equatable

Information about the custom prompts that are defined for a custom model.

  • An array of Prompt objects that provides information about the prompts that are defined for the specified custom model. The array is empty if no prompts are defined for the custom model.

    Declaration

    Swift

    public var prompts: [Prompt]