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_context_params
Parameters:
| Name | Description |
|---|---|
func | The function to inspect for context parameters. Type: Callable[…, Any] |
subclass | The subclass to search for. Type: type[BaseContext] | type[ChatContext] |
| Type | Description |
|---|---|
| list[str] | A list of parameter names that are instances of the specified subclass. |