Method
FoundryLlmManagerlist_models
Declaration [src]
DexFuture*
foundry_llm_manager_list_models (
FoundryLlmManager* self
)
Return value
Type: DexFuture
A DexFuture
that resolves to a
GListModel
of FoundryLlmModel
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |