From 9cdfe239625d7a5b5508989bc396b7213ea3e9ff Mon Sep 17 00:00:00 2001
From: Mark Ericksen <brainlid@gmail.com>
Date: Wed, 22 Jan 2025 12:45:26 -0700
Subject: [PATCH] minor TokenUsage documentation update

---
 lib/token_usage.ex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/token_usage.ex b/lib/token_usage.ex
index 0fb7cf1a..7469fce0 100644
--- a/lib/token_usage.ex
+++ b/lib/token_usage.ex
@@ -15,6 +15,8 @@ defmodule LangChain.TokenUsage do
   Input is the tokens from the prompt. Output is the completion or generated
   tokens returned.
 
+  Refer to the `raw` token usage information for access to LLM-specific information that may be available.
+
   """
   use Ecto.Schema
   import Ecto.Changeset