Skip to content

Commit

Permalink
minor TokenUsage documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed Jan 22, 2025
1 parent f3f6a66 commit 9cdfe23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/token_usage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cdfe23

Please sign in to comment.