Skip to content
Prev Previous commit
fix: generate a uuid
  • Loading branch information
ntindle committed Dec 30, 2025
commit 727bf4a84ab6d1c49bf11f594fab08ad1941b969
2 changes: 1 addition & 1 deletion autogpt_platform/backend/backend/blocks/encoder_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Output(BlockSchemaOutput):

def __init__(self):
super().__init__(
id="f8f9b5d0-3e4a-4b1c-8e9f-0a1b2c3d4e5f",
id="9602dd22-fbf4-4427-879a-2a9b334b82b7",
description="Encodes a string by adding escape sequences for special characters",

This comment was marked as outdated.

categories={BlockCategory.TEXT},
input_schema=TextEncoderBlock.Input,
Expand Down
Loading