File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
openai-client/src/main/scala/io/cequence/openaiscala Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ object JsonFormats {
41
41
42
42
implicit val messageSpecFormat : Format [MessageSpec ] = Json .format[MessageSpec ]
43
43
private implicit val stringAnyMapFormat : Format [Map [String , Any ]] = JsonUtil .StringAnyMapFormat
44
- implicit val FunctionCallSpec : Format [FunctionCallSpec ] = Json .format[FunctionCallSpec ]
44
+ implicit val functionCallSpecFormat : Format [FunctionCallSpec ] = Json .format[FunctionCallSpec ]
45
45
implicit val functionSpecFormat : Format [FunctionSpec ] = Json .format[FunctionSpec ]
46
46
implicit val chatMessageFormat : Format [ChatMessage ] = Json .format[ChatMessage ]
47
47
implicit val chatCompletionChoiceInfoFormat : Format [ChatCompletionChoiceInfo ] = Json .format[ChatCompletionChoiceInfo ]
You can’t perform that action at this time.
0 commit comments