Functions to call the PromptLayer API that can be used in an async/await fashion.
Example:
await promptlayer.track.prompt(
request_id=request_id,
prompt_name=origin.template_name,
prompt_input_variables=input_dict,
version=origin.template_version,
)