Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 907c4fe

Browse files
feat: update prompt version definition
1 parent c80158d commit 907c4fe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/api.ts

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,17 +2023,20 @@ export class API {
20232023
const query = `
20242024
query GetPrompt($id: String!) {
20252025
promptVersion(id: $id) {
2026-
id
20272026
createdAt
2028-
updatedAt
2029-
type
2027+
id
2028+
label
2029+
settings
2030+
status
2031+
tags
20302032
templateMessages
20312033
tools
2032-
settings
2034+
type
2035+
updatedAt
2036+
url
20332037
variables
20342038
variablesDefaultValues
20352039
version
2036-
url
20372040
lineage {
20382041
name
20392042
}

0 commit comments

Comments
 (0)