get_bolded_text#
- langchain_core.utils.input.get_bolded_text(text: str) str [source]#
Get bolded text.
- Parameters:
text (str) – The text to bold.
- Returns:
The bolded text.
- Return type:
str
Site Navigation
Section Navigation
agents
beta
caches
callbacks
chat_history
chat_loaders
chat_sessions
document_loaders
documents
embeddings
example_selectors
exceptions
globals
graph_vectorstores
indexing
language_models
load
memory
messages
output_parsers
outputs
prompt_values
prompts
rate_limiters
retrievers
runnables
stores
structured_query
sys_info
tools
tracers
utils
vectorstores
utils
Get bolded text.
text (str) – The text to bold.
The bolded text.
str