Hiyve Components - v1.0.0
    Preparing search index...

    Interface AIMagicTransformResult

    Result of a single transform call. Hosts return this from onTransform.

    interface AIMagicTransformResult {
        output: string;
    }
    Index

    Properties

    Properties

    output: string

    The model's text output. Empty string is treated as "no result".