gen_ai_hub
.
orchestration
.utils
index
/home/jenkins/agent/workspace/ation_generative-ai-hub-sdk_main/gen_ai_hub/orchestration/utils.py
Functions
load_text_file
(file_path)
Loads and returns the content of a text file.
Args:
file_path (str): The path to the text file to be loaded.
Returns:
str: The content of the file as a string.