get_context_params
Parameters:
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
get_context_params(func: Callable[..., Any], subclass: type[BaseContext] | type[ChatContext]) -> list[str]
| 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. |