Skip to main content

Agent

No description

type Agent {
agentId: Long!
publicId: String!
organizationId: Long!
name: String!
description: String!
paused: Boolean!
releasedVersionId: Long
monthlyTokenBudget: Long
budgetNotifyUserIds: [Long!]!
budgetNotifyEmails: String
hasExternalApiKey: Boolean!
createdAt: String!
updatedAt: String!
}

Fields

Agent.agentId ● Long! non-null scalar

Agent.publicId ● String! non-null scalar

Agent.organizationId ● Long! non-null scalar

Agent.name ● String! non-null scalar

Agent.description ● String! non-null scalar

Agent.paused ● Boolean! non-null scalar

Agent.releasedVersionId ● Long scalar

Agent.monthlyTokenBudget ● Long scalar

Agent.budgetNotifyUserIds ● [Long!]! non-null scalar

Agent.budgetNotifyEmails ● String scalar

Agent.hasExternalApiKey ● Boolean! non-null scalar

Agent.createdAt ● String! non-null scalar

Agent.updatedAt ● String! non-null scalar

Member Of

AgentData object ● AgentMutations object ● AgentQueries object