From 907c4fe9ca0b2dab3513027c3d32b68e58842baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Sirieix?= Date: Fri, 25 Oct 2024 14:28:30 +0200 Subject: [PATCH] feat: update prompt version definition --- src/api.ts | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/api.ts b/src/api.ts index 8e3ac73..4502492 100644 --- a/src/api.ts +++ b/src/api.ts @@ -2023,17 +2023,20 @@ export class API { const query = ` query GetPrompt($id: String!) { promptVersion(id: $id) { - id createdAt - updatedAt - type + id + label + settings + status + tags templateMessages tools - settings + type + updatedAt + url variables variablesDefaultValues version - url lineage { name }