Skip to content

Commit 0788ff8

Browse files
committed
fixes docstring
1 parent aaa9c50 commit 0788ff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

synapseclient/models/agent.py

+3
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,9 @@ async def prompt_async(
838838
839839
async def main():
840840
my_agent = Agent()
841+
await my_agent.start_session_async(
842+
access_level=AgentSessionAccessLevel.WRITE_YOUR_PRIVATE_DATA
843+
)
841844
await my_agent.prompt_async(
842845
prompt="Add the annotation 'test' to the file 'syn123456789'",
843846
enable_trace=True,

0 commit comments

Comments
 (0)