langflow
langflow copied to clipboard
fix: unnecessary split method in vertex_id that breaks playground
This pull request includes two commits that fix a wrong type and remove an unnecessary split method in the vertex_id
function that broke the playground in #3020. The changes ensure that the vertex_id
function works correctly and efficiently.