Skip to content

Conversation

@0xrdan
Copy link

@0xrdan 0xrdan commented Jan 6, 2026

Fixes #10

The Legal example's TASK_DESCRIPTION contained {QUESTION} but was missing the f prefix, so the variable was never interpolated.

Changed in all three notebook variants:

  • Anthropic 1P/09_Complex_Prompts_from_Scratch.ipynb (2 occurrences)
  • AmazonBedrock/anthropic/09_Complex_Prompts_from_Scratch.ipynb (2 occurrences)
  • AmazonBedrock/boto3/09_Complex_Prompts_from_Scratch.ipynb (2 occurrences)

🤖 Generated with Claude Code

Fixes anthropics#10

The Legal example's TASK_DESCRIPTION contained {QUESTION} but was
missing the `f` prefix, so the variable was never interpolated.

Changed in all three notebook variants:
- Anthropic 1P/09_Complex_Prompts_from_Scratch.ipynb (2 occurrences)
- AmazonBedrock/anthropic/09_Complex_Prompts_from_Scratch.ipynb (2 occurrences)
- AmazonBedrock/boto3/09_Complex_Prompts_from_Scratch.ipynb (2 occurrences)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

f in f-string missing in 09_Complex_Prompts_from_Scratch.ipynb

1 participant