Skip to content

Commit

Permalink
spotless (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulraja authored Jul 25, 2023
1 parent d28dab8 commit e156190
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ interface ChatWithFunctions : Chat {
serializer: (json: String) -> A,
functions: List<CFunction> = generateCFunction(serializerName, jsonSchema),
promptConfiguration: PromptConfiguration = PromptConfiguration.DEFAULTS,
): A =
prompt(prompt, context, conversationId, functions, serializer, promptConfiguration)
): A = prompt(prompt, context, conversationId, functions, serializer, promptConfiguration)

@AiDsl
suspend fun <A> prompt(
Expand Down

0 comments on commit e156190

Please sign in to comment.