Prevent recursive references

Created on 30 August 2023, about 1 year ago
Updated 12 July 2024, 4 months ago

Problem/Motivation

Right now module allows prompt to create references to itself by referencing other prompt which references back to first prompt creating recursion and resulting in fatal error.

Steps to reproduce

Proposed resolution

  • Before referencing another prompt it has to check if that prompt segments within it references back to this prompt.
  • Or another solution could be stopping recursion as it happens (in some kind of way).

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Prompt inheritance

Created by

🇱🇹Lithuania mindaugasd

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024