Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

get_key

get_key(config: dict[str, Any]) -> str
Get a unique identifier of a configuration.
Parameters:
NameDescription
configA configuration.

Type: dict[str, typing.Any]
Returns:
TypeDescription
strtuple: A unique identifier which can be used as a key for a dict.