We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07859ac commit f7fc561Copy full SHA for f7fc561
README.md
@@ -41,7 +41,7 @@ app = BedrockAgentCoreApp()
41
42
@app.entrypoint
43
def production_agent(request):
44
- return my_local_agent(request['query']) # Same logic, enterprise platform
+ return my_local_agent(request.get("prompt")) # Same logic, enterprise platform
45
46
production_agent.run() # Ready to run on Bedrock AgentCore
47
```
0 commit comments