-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix incorrect response description in Chapter 4 notebook #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix incorrect response description in Chapter 4 notebook #60
Conversation
The description claimed Claude begins its rewrite with "Dear Claude" when demonstrating the data/instruction separation issue. Updated to more accurately describe that Claude addresses "Claude" in its rewrite (e.g., "Dear Claude" or similar), since actual output may vary. Fixes anthropics#37 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
using Pydantic models for type-safe Claude tool use interactions. Transcribe an audio file with Deepgram & use Anthropic to prepare interview questions! Using the Wolfram Alpha LLM API as a tool with Claude Using a calculator tool with Claude Creating a customer service agent with client-side tools Extracting structured JSON using Claude and tool use Metaprompt Citations Claude 3 RAG agents with LangChain v1 Summarizing web page content with Claude 3 Haiku Using Haiku as a sub-agent Multi-modal How to build a RAG system using Claude 3 and MongoDB Building evals Building a moderation filter with Claude Prompting Claude for "JSON mode" How to make SQL queries with Claude Getting started - how to pass images into Claude How to transcribe documents with Claude Working with charts, graphs, and slide decks Multi-document agents ReAct agent RAG pipeline with LlamaIndex RouterQuery engine SubQuestionQueryEngine Retrieval-augmented generation using Pinecone "Uploading" PDFs to Claude via the API Iteratively searching Wikipedia with Claude Claude Cookbook All Categories Tool search with embeddings Automatic context compaction Low latency voice assistant with ElevenLabs Giving Claude a crop tool for better image analysis Prompting for frontend aesthetics Claude Skills for financial applications Building custom Skills for Claude Introduction to Claude Skills Oct 2025 Generate synthetic test data for your prompt template Aug 2024 Prompt caching through the Claude API Tool choice Using vision with tools Transcribe an audio file with Deepgram & use Anthropic to prepare interview questions! Apr 2024 Using a calculator tool with Claude Extracting structured JSON using Claude and tool use Citations Summarizing web page content with Claude 3 Haiku Multi-modal After completing this course, you will be able to: Each lesson has an "Example Playground" area at the bottom where you are free to experiment with the examples in the lesson and see for yourself how changing prompts can change Claude's responses. There is also an answer key. Chapter 2: Being Clear and Direct Chapter 5: Formatting Output & Speaking for Claude Chapter 6: Precognition (Thinking Step by Step) Advanced Chaining Prompts Tool Use Python |
The description claimed Claude begins its rewrite with "Dear Claude" when demonstrating the data/instruction separation issue. Updated to more accurately describe that Claude addresses "Claude" in its rewrite (e.g., "Dear Claude" or similar), since actual output may vary.
Fixes #37