For the complete documentation index, see llms.txt. This page is also available as Markdown.

.families

Supported families.

Introduction

Read about the architecture of plug-ins for a better understanding of the families attribute.

Implementation

A plug-in may support one or more families by appending it's absolute name to the families attribute.

class MyPlugin(...):
   families = ["myFamily"]

Last updated