commit
2036ccf78b
1 changed files with 2 additions and 3 deletions
|
|
@ -291,7 +291,6 @@ class ComponentObjects:
|
|||
if not createdRecord or not createdRecord.get("id"):
|
||||
raise ValueError("Failed to create prompt record")
|
||||
|
||||
|
||||
return createdRecord
|
||||
|
||||
def updatePrompt(self, promptId: str, updateData: Dict[str, Any]) -> Dict[str, Any]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue