I stumbled upon this TODO while using the SDK: https://github.com/RelationalAI/rai-sdk-python/blob/55830c7c161554d4e6170ee8a6f6d0619cd028b1/railib/api.py#L626 Seems like this could be fixed by turning the string into a f-string?
I stumbled upon this TODO while using the SDK:
rai-sdk-python/railib/api.py
Line 626 in 55830c7
Seems like this could be fixed by turning the string into a f-string?