AgentPromptListItem
Summary row for the AI Agents list page.
type AgentPromptListItem {
agent_type: String!
agent_label: String!
current_version: Int
customized: Boolean!
updated_at: DateTime
updated_by_name: String
}
Fields
AgentPromptListItem.agent_type ● String! non-null scalar
AgentPromptListItem.agent_label ● String! non-null scalar
AgentPromptListItem.current_version ● Int scalar
AgentPromptListItem.customized ● Boolean! non-null scalar
AgentPromptListItem.updated_at ● DateTime scalar
AgentPromptListItem.updated_by_name ● String scalar
Returned By
agentPrompts query


