Skip to content

Commit 6a41fb2

Browse files
Update main.py
Co-authored-by: Chandrasekharan M <117059509+chandrasekharan-zipstack@users.noreply.github.com> Signed-off-by: Jaseem Jas <89440144+jaseemjaskp@users.noreply.github.com>
1 parent 3e5bfa7 commit 6a41fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def main():
415415
"--include_metadata",
416416
dest="include_metadata",
417417
action="store_true",
418-
help="Include metadata in the result for each file.",
418+
help="Include metadata on tokens consumed and the context passed to LLMs for prompt studio exported tools in the result for each file.",
419419
)
420420

421421
args = Arguments(**vars(parser.parse_args()))

0 commit comments

Comments
 (0)