From cc33a6f9abd12b8d7aa5d2a10463b8269bd29f56 Mon Sep 17 00:00:00 2001 From: Elie Schoppik Date: Tue, 27 Aug 2024 08:06:25 -0400 Subject: [PATCH 1/5] Update README to include Vertex branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6450872..ccb17a5 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ Welcome to Anthropic's educational courses. This repository currently contains f 2. [Prompt engineering interactive tutorial](./prompt_engineering_interactive_tutorial/README.md) - a comprehensive step-by-step guide to key prompting techniques 3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts 4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude. + +[Real world prompting with Google Vertex](https://github.com/anthropics/courses/tree/vertex/real_world_prompting) - learn how to incorporate prompting techniques into complex, real world prompts with Google Vertex From 3d395f6db277b0074ccea798b363efa8282a1d9d Mon Sep 17 00:00:00 2001 From: Elie Schoppik Date: Tue, 27 Aug 2024 16:28:02 -0400 Subject: [PATCH 2/5] Update README.md Co-authored-by: Maggie <143411590+maggie-vo@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ccb17a5..0f01e58 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Welcome to Anthropic's educational courses. This repository currently contains f 1. [Anthropic API fundamentals course](./anthropic_api_fundamentals/README.md) - teaches the essentials of working with the Claude SDK: getting an API key, working with model parameters, writing multimodal prompts, streaming responses, etc. 2. [Prompt engineering interactive tutorial](./prompt_engineering_interactive_tutorial/README.md) - a comprehensive step-by-step guide to key prompting techniques + +- [Google Vertex version](https://github.com/anthropics/courses/tree/vertex/real_world_prompting) + 3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts 4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude. From 6cbacc6fde68015906712c9b23122ac690399584 Mon Sep 17 00:00:00 2001 From: Elie Schoppik Date: Tue, 27 Aug 2024 16:30:47 -0400 Subject: [PATCH 3/5] Update README.md Co-authored-by: Maggie <143411590+maggie-vo@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0f01e58..a945241 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,3 @@ Welcome to Anthropic's educational courses. This repository currently contains f 3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts 4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude. -[Real world prompting with Google Vertex](https://github.com/anthropics/courses/tree/vertex/real_world_prompting) - learn how to incorporate prompting techniques into complex, real world prompts with Google Vertex From 68b6bdf88f80bd96940c95d6a51b9ad9d4ebe0a3 Mon Sep 17 00:00:00 2001 From: Maggie <143411590+maggie-vo@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:32:24 -0700 Subject: [PATCH 4/5] Update README.md deleted extra row --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a945241..0fe18fe 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,3 @@ Welcome to Anthropic's educational courses. This repository currently contains f 3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts 4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude. - From 4677106fc78c3e4d090c9d2098817490bd00c1a7 Mon Sep 17 00:00:00 2001 From: Elie Schoppik Date: Tue, 27 Aug 2024 16:40:24 -0400 Subject: [PATCH 5/5] Update README.md