Skip to content

Commit

Permalink
Fixing failing unit tests, one more try
Browse files Browse the repository at this point in the history
  • Loading branch information
FMasudMsft committed Nov 21, 2024
1 parent e089363 commit 14d460f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class OpenAIPrompt(override val uid: String) extends Transformer

private val localParamNames = Seq(
"promptTemplate", "outputCol", "postProcessing", "postProcessingOptions", "dropPrompt", "dropMessages",
"systemPrompt")
"systemPrompt", "responseFormat")

private def addRAIErrors(df: DataFrame, errorCol: String, outputCol: String): DataFrame = {
val openAIResultFromRow = ChatCompletionResponse.makeFromRowConverter
Expand Down

0 comments on commit 14d460f

Please sign in to comment.