Types
RunInput
Represents a run input in the GraphQL API.
object
RunInputFields
id
ID!
Stable identifier for this run input.
sequence
Int!
Monotonically increasing sequence number used for ordering.
kind
String!
Category of this run input.
prompt
String!
The prompt associated with this run input.
attachments
[RunAttachment!]!
Attachments associated with this run input.
createdAt
String!
ISO 8601 timestamp when this run input was created.