GtmAgentRun
No description
type GtmAgentRun {
agent_notes: String
agent_type_label: String!
attempt_count: Int!
credits: Int
duration_ms: Int
error_message: String
finished_at: DateTime
id: ID!
input_metadata: String
input_prompt: String
input_tokens: Int
output_payload: String
output_tokens: Int
rendered_prompt: String
started_at: DateTime
status_label: String!
system_prompt: String
}


