Skip to main content

AgentMetadata

Agent Metadata

type AgentMetadata {
name: String
model: String
item_id: String
Item: Item
total_cost: Float
input_tokens: String
activity_name: String
output_tokens: String
}

Fields

name ● String scalar

The name of the agent.

model ● String scalar

The model used by the agent.

item_id ● String scalar

Unique identifier for the item.

Item ● Item interface

Related Item

total_cost ● Float scalar

The total cost associated with the agent's execution.

input_tokens ● String scalar

Number of input tokens processed.

activity_name ● String scalar

The name of the activity performed by the agent.

output_tokens ● String scalar

Number of output tokens generated.