relevanceai.utils.base64_decode
#
Base64 decoding for workflows
Module Contents#
- relevanceai.utils.base64_decode.decode_workflow_token(token)#
It takes a token, decodes it, and returns the decoded token
- Parameters
token – The token that was generated by the workflow.
- Return type
A dictionary of the workflow configuration.
- relevanceai.utils.base64_decode.encode_workflow_config(config: dict)#
Encode workflow token