encode_file_to_base64
Function
This function is defined in the agents module.Base64-encode a file.
Signature
Parameters
No description available.
Returns
The result of the operation.
Base64-encode a file.
This function is defined in the agents module.Base64-encode a file.
def encode_file_to_base64(file_path: str) -> str