Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
get_default
Function
This function is defined in the loader module.Get a specific default value.
Signature
Parameters
Config key (e.g., “model”, “memory”, “memory.backend”)
Value to return if key not found
Returns
Config value or fallback
Uses
get_defaults_config
Used By
Source
View on GitHub
praisonaiagents/config/loader.py at line 325
