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.
:param file_path: The path to the text file to be loaded.
:type file_path: str
:return: The content of the file as a string.
:rtype: str