langchain_community.callbacks.labelstudio_callback
.get_default_label_configs¶
- langchain_community.callbacks.labelstudio_callback.get_default_label_configs(mode: Union[str, LabelStudioMode]) Tuple[str, LabelStudioMode] [source]¶
Get default Label Studio configs for the given mode.
- Parameters
mode – Label Studio mode (“prompt” or “chat”)
Returns: Tuple of Label Studio config and mode