LLMConsumption Or NASerializer
Serializes LLMConsumptionOrNA as "n/a" for LLMConsumptionOrNA.NA, or the wrapped consumption otherwise. JSON only.
Functions
Link copied to clipboard
Parses "n/a" into LLMConsumptionOrNA.NA, otherwise into a LLMConsumptionOrNA.Value. JSON only.
Link copied to clipboard
Encodes value as "n/a" or the delegated consumption JSON. JSON only.