Skip to content

Commit 1785b8f

Browse files
committed
Updates
1 parent e37bf16 commit 1785b8f

File tree

7 files changed

+69
-1
lines changed

7 files changed

+69
-1
lines changed

learn-pr.sln

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.5.2.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "learn-pr", "learn-pr", "{2131D897-7991-9519-C5EC-8F7F030F7558}"
6+
EndProject
7+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "azure-devops", "azure-devops", "{47FAB674-FE63-AC99-5926-D31534AB9851}"
8+
EndProject
9+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "manage-build-dependencies", "manage-build-dependencies", "{A373AFFE-5695-223E-B012-B41198D35D5C}"
10+
EndProject
11+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "includes", "includes", "{C93D5C04-9046-62E1-DF61-7C5D7F67D42F}"
12+
EndProject
13+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "6-tailspin.spacegame.web", "learn-pr\azure-devops\manage-build-dependencies\includes\code\6-tailspin.spacegame.web.csproj", "{89B64EBC-FA21-F30E-2A8B-422FE23A1CC6}"
14+
EndProject
15+
Global
16+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17+
Debug|Any CPU = Debug|Any CPU
18+
Release|Any CPU = Release|Any CPU
19+
EndGlobalSection
20+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21+
{89B64EBC-FA21-F30E-2A8B-422FE23A1CC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22+
{89B64EBC-FA21-F30E-2A8B-422FE23A1CC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
23+
{89B64EBC-FA21-F30E-2A8B-422FE23A1CC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
24+
{89B64EBC-FA21-F30E-2A8B-422FE23A1CC6}.Release|Any CPU.Build.0 = Release|Any CPU
25+
EndGlobalSection
26+
GlobalSection(SolutionProperties) = preSolution
27+
HideSolutionNode = FALSE
28+
EndGlobalSection
29+
GlobalSection(NestedProjects) = preSolution
30+
{47FAB674-FE63-AC99-5926-D31534AB9851} = {2131D897-7991-9519-C5EC-8F7F030F7558}
31+
{A373AFFE-5695-223E-B012-B41198D35D5C} = {47FAB674-FE63-AC99-5926-D31534AB9851}
32+
{C93D5C04-9046-62E1-DF61-7C5D7F67D42F} = {A373AFFE-5695-223E-B012-B41198D35D5C}
33+
{89B64EBC-FA21-F30E-2A8B-422FE23A1CC6} = {C93D5C04-9046-62E1-DF61-7C5D7F67D42F}
34+
EndGlobalSection
35+
GlobalSection(ExtensibilityGlobals) = postSolution
36+
SolutionGuid = {C6FD0077-202C-4768-A0D7-6C2939E9C49A}
37+
EndGlobalSection
38+
EndGlobal

learn-pr/philanthropies/get-started-with-ai/Includes/5-creating-images.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,32 @@ Here is an image created using [Microsoft Designer](https://designer.microsoft.c
66

77
Let's explore the key parts of the prompt used to create this image:
88

9-
*Create an image of an excited brown terrier sitting near a tree, with a ball. The ball is green, and the ground is wet. Create the image in the style of a hyper-realistic drawing.*
9+
*Create an image of an excited brown terrier sitting near a tree, with a ball. The ball is green, and the ground is wet. Create the image in the style of a hyper-realistic drawing.*
10+
11+
## Prompt ingredients for images
12+
13+
### Detailed subject
14+
15+
- The detailed subject is the main part of the image. It's what grabs the viewer's attention.
16+
- For example, consider an image of an excited brown terrier. The terrier's expression and body language convey its excitement.
17+
18+
### Scene or setting
19+
20+
- Describe where the subject is. What's in the background? What's the setting?
21+
- In our example, the scene is outside. The terrier is near a tree, showing it is in an open area. The ground is wet, meaning it has recently rained.
22+
23+
### Additional elements
24+
25+
- These are the details that improve the image. They provide context and add depth.
26+
- The green ball is an additional element.
27+
28+
### Specific style
29+
30+
- Think about the style you want to use. Is it realistic, impressionistic, or abstract?
31+
- Let's choose a hyper-realistic drawing style for our terrier image. That means we'll aim to include lots of tiny details.
32+
33+
## Crafting the image description
34+
35+
When describing images, try to make the reader feel like they are there. Use words to help them see and feel the scene. Whether it's a playful dog or a peaceful landscape, your words should create a clear picture in their mind.
36+
37+
Use these tips to write great image descriptions!

learn-pr/philanthropies/get-started-with-ai/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ metadata:
99
ms.author: cohodge
1010
ms.topic: module
1111
ms.service: artificial-intelligence
12+
ai-usage: ai-assisted
1213

1314
title: Get started with AI
1415
summary: This module covers basic AI terms and prompting best practices. You'll learn to summarize articles and create images using AI tools.
1516

1617
abstract: |
18+
In this module you'll learn to:
1719
- Define basic AI terms
1820
- Demonstrate prompting best Practices when interacting with AI tools
1921
- Summarize articles Using AI tools
-485 KB
Loading
-1.73 MB
Loading
-1.06 MB
Loading
-551 KB
Loading

0 commit comments

Comments
 (0)