SeraAiStudio Object
Fields
The fields in this section list which values can be retrieved when querying SeraAiStudio records.
Account)
The account this record belongs to.
String)
Instructions for the virtual agent in markdown format.
String)
The most recently submitted agent instructions awaiting validation. Present only while a verdict is pending or after a non-approved verdict.
ISO8601Timestamp)
The date and time at which the record was created.
RequestTemplate)
Request template the virtual agent falls back to when it cannot match a request to a template. When empty, a standard request is created instead.
ID!)
Unique identifier of the record.
String)
The agent instructions proposed by the validation service when it kept some
directives and dropped others. Present only while validation_status is
needs_review, and applied only once the proposed changes are reviewed.
[SeraAiStudioProposedChange!])
The individual passages of the proposed rewrite, one per decision. Each
carries the id to accept or reject, the original text, the proposed
replacement, and a note explaining the change. Present only while
validation_status is needs_review.
Person)
Default "Run as" user pre-filled in the user column when adding new golden set rows.
ISO8601Timestamp)
The date and time of the last update of the record. If the record has no updates it contains the createdAt value.
String)
The reasoning provided by the validation service when instructions are partially applied, rejected, awaiting review, or could not be validated.
String)
The validation status of the agent instructions. Valid values are: pending,
approved, needs_review, rejected, error. partially_applied is no
longer set; records validated before per-change review was introduced may
still report it.
Connections
The connection fields in this section allow (paged) access to objects related to a specific SeraAiStudio record.
The actual objects will be in the nodes field of the connection.
GoldenSetItemConnection)
Golden set test cases that benchmark the studio's search quality.
| Argument | Type | Description |
|---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
Implements
SeraAiStudio implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a SeraAiStudio.