Skip to content

Commit 2517f71

Browse files
CopilotOhYee
andauthored
fix: use raw=True (capitalized) in read_file tool description
Agent-Logs-Url: https://github.com/Serverless-Devs/agentrun-sdk-python/sessions/410c37c7-b485-46a3-806d-026c8d397150 Co-authored-by: OhYee <13498329+OhYee@users.noreply.github.com>
1 parent f4cc6c0 commit 2517f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentrun/integration/builtin/sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def inner(sb: Sandbox):
389389
description=(
390390
"Read the content of a file at the specified path in the sandbox."
391391
" By default returns the file content encoded as a base64 string."
392-
" Set raw=true to get the plain text content instead."
392+
" Set raw=True to get the plain text content instead."
393393
" Suitable for reading code files, configs, logs, binary files,"
394394
" etc."
395395
),

0 commit comments

Comments
 (0)