Skip to content

ToolUsageUnits

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

The known unit names for ToolCallUsage.Unit.

public static class ToolUsageUnits

objectToolUsageUnits

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

The list is not closed: the field is free text, and a tool may report its own unit. These constants only keep the names AgentPrism’s own tools use in one place.

Characters. Used in text-to-speech generation.

public const string Characters = "characters"

string

Seconds. Used in speech-to-text conversion.

public const string Seconds = "seconds"

string