@cafeochomx Yeah, Aria tends to insert links to what it thinks are relevant search terms. But this doesn’t work inside a code block. It should probably save these things, and list them separately at the end of its response:
class NodoB: def __init__(self, hoja=False): self.hoja = hoja self.claves = [] self.hijos = []
Relevant links: