Class LemurActionItemsParams

    • Method Detail

      • getTranscriptIds

        public java.util.Optional<java.util.List<java.lang.String>> getTranscriptIds()
        Specified by:
        getTranscriptIds in interface ILemurBaseParams
        Returns:
        A list of completed transcripts with text. Up to a maximum of 100 files or 100 hours, whichever is lower. Use either transcript_ids or input_text as input into LeMUR.
      • getInputText

        public java.util.Optional<java.lang.String> getInputText()
        Specified by:
        getInputText in interface ILemurBaseParams
        Returns:
        Custom formatted transcript data. Maximum size is the context limit of the selected model, which defaults to 100000. Use either transcript_ids or input_text as input into LeMUR.
      • getFinalModel

        public java.util.Optional<LemurModel> getFinalModel()
        Specified by:
        getFinalModel in interface ILemurBaseParams
        Returns:
        The model that is used for the final prompt after compression is performed. Defaults to "default".
      • getMaxOutputSize

        public java.util.Optional<java.lang.Integer> getMaxOutputSize()
        Specified by:
        getMaxOutputSize in interface ILemurBaseParams
        Returns:
        Max output size in tokens, up to 4000
      • getTemperature

        public java.util.Optional<java.lang.Double> getTemperature()
        Specified by:
        getTemperature in interface ILemurBaseParams
        Returns:
        The temperature to use for the model. Higher values result in answers that are more creative, lower values are more conservative. Can be any value between 0.0 and 1.0 inclusive.
      • getAnswerFormat

        public java.util.Optional<java.lang.String> getAnswerFormat()
        Returns:
        How you want the action items to be returned. This can be any text. Defaults to "Bullet Points".
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object