Virtual Method
FoundryLlmModelcomplete
Declaration [src]
DexFuture*
complete (
FoundryLlmModel* self,
FoundryLlmCompletionParams* params
)
Parameters
params
-
Type:
FoundryLlmCompletionParams
No description available.
The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture
that resolves
to a FoundryLlmCompletion
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |