Module formatting

Module formatting 

Source
Expand description

Utilities for formatting strings.

Adapted from langchain_core/utils/formatting.py

Structs§

StrictFormatter
A strict formatter that checks for extra keys and requires all arguments as keyword arguments.

Enums§

FormattingError
Error types for formatting operations.

Statics§

FORMATTER
A global formatter instance.

Functions§

format_string
Format a string using the global formatter.