Skip to main content

register_profile

Function
This function is defined in the profiles module.
Register (or prepend) a family matcher → profile mapping. New registrations take precedence over the built-in defaults so callers can override behaviour. Thread-safe.

Signature

Parameters

List[str]
required
Case-insensitive substrings matched against the model id.
HarnessProfile
required
The :class:HarnessProfile to resolve when a matcher hits.

Source

View on GitHub

praisonaiagents/model_harness/profiles.py at line 89

Agent Profiles

Profiling