Method

FoundryLlmConversationset_tools

Declaration [src]

void
foundry_llm_conversation_set_tools (
  FoundryLlmConversation* self,
  GListModel* tools
)

Description [src]

Set the tools that are allowed to be used by the model.

Parameters

tools

Type: GObject

A list model of FoundryLlmTool.

The data is owned by the caller of the method.