Skip to content

Commit f7fc561

Browse files
author
Abhimanyu Siwach
committed
Update readme
1 parent 07859ac commit f7fc561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ app = BedrockAgentCoreApp()
4141

4242
@app.entrypoint
4343
def production_agent(request):
44-
return my_local_agent(request['query']) # Same logic, enterprise platform
44+
return my_local_agent(request.get("prompt")) # Same logic, enterprise platform
4545

4646
production_agent.run() # Ready to run on Bedrock AgentCore
4747
```

0 commit comments

Comments
 (0)