Skip to content

Commit 1dca45e

Browse files
matthew29tangcopybara-github
authored andcommitted
docs: Fix typo in Dotnet README
PiperOrigin-RevId: 928772085
1 parent 2b92e85 commit 1dca45e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Google.GenAI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class GenerateContentWithSafetySettings {
188188
}
189189
```
190190

191-
#### Json response scehema
191+
#### Json response schema
192192

193193
However you define your schema, don't duplicate it in your input prompt,
194194
including by giving examples of expected JSON output. If you do, the generated

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Google's generative models into their .NET applications. It supports the
44
[Gemini Enterprise Agent Platform](https://docs.cloud.google.com/gemini-enterprise-agent-platform)
55
APIs.
66

7+
78
## Supported .NET version
89

910
This library is built for net8.0 and netstandard2.0.
@@ -188,7 +189,7 @@ class GenerateContentWithSafetySettings {
188189
}
189190
```
190191

191-
#### Json response scehema
192+
#### Json response schema
192193

193194
However you define your schema, don't duplicate it in your input prompt,
194195
including by giving examples of expected JSON output. If you do, the generated

0 commit comments

Comments
 (0)