SeraAiStudio Object

Fields

The fields in this section list which values can be retrieved when querying SeraAiStudio records.

account (Account)

The account this record belongs to.

agentInstructions (String)

Instructions for the virtual agent in markdown format.

agentInstructionsDraft (String)

The most recently submitted agent instructions awaiting validation. Present only while a verdict is pending or after a non-approved verdict.

createdAt (ISO8601Timestamp)

The date and time at which the record was created.

id (ID!)

Unique identifier of the record.

person (Person)

Default "Run as" user pre-filled in the user column when adding new golden set rows.

updatedAt (ISO8601Timestamp)

The date and time of the last update of the record. If the record has no updates it contains the createdAt value.

validationReasoning (String)

The reasoning provided by the validation service when instructions are partially applied or rejected.

validationStatus (String)

The validation status of the agent instructions. Valid values are: pending, approved, partially_applied, rejected, error.

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.

goldenSetItems (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.