toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-ai-openai-fake
/
org.http4k.connect.openai
/
ChatCompletionGenerator
Chat
Completion
Generator
fun
interface
ChatCompletionGenerator
:
Function1
<
ChatCompletion
,
List
<
Choice
>
>
Helps to control the generation of responses in a particular format for a model.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
ChatCompletion
)
:
List
<
Choice
>