FirebaseAILogic Framework Reference

PromptFeedback

public struct PromptFeedback : Sendable
extension PromptFeedback: Decodable

A metadata struct containing any feedback the model had on the prompt it was provided.

  • Declaration

    Swift

    public init(from decoder: Decoder) throws