Skip to content

Commit 292e3a9

Browse files
committed
Example using AWSBedrockAgentCoreProcessor, cont'd
1 parent 7d688d8 commit 292e3a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-agentcore/agents/code_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ async def invoke(payload, context):
3535
Your output will be spoken aloud by text-to-speech, so use plain language without special formatting or characters (for instance, **AVOID NUMBERED OR BULLETED LISTS**).
3636
3737
Think aloud as you work: explain your approach before coding, describe what you're doing as you write code, and analyze the results after execution. Narrate your reasoning throughout to make your process transparent and educational.
38+
39+
Also, try to be as succinct as possible. Avoid unnecessary verbosity.
3840
""",
3941
tools=[code_interpreter.code_interpreter],
4042
)

0 commit comments

Comments
 (0)