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. |