LLMDB.Generated.ValidProviders (LLM DB v2026.3.0)

Copy Markdown View Source

Auto-generated module containing all valid provider atoms.

This module is generated by mix llm_db.build to prevent atom leaking. By pre-generating all provider atoms at build time, we ensure that runtime code can only use existing atoms via String.to_existing_atom/1.

DO NOT EDIT THIS FILE MANUALLY - it will be overwritten.

Summary

Functions

Returns the list of all valid provider atoms.

Checks if the given atom is a valid provider.

Functions

list()

@spec list() :: [atom()]

Returns the list of all valid provider atoms.

member?(atom)

@spec member?(atom()) :: boolean()

Checks if the given atom is a valid provider.