Skip to content

Commit 4d5e7c6

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
This documentation resolves some merge conflicts.
PiperOrigin-RevId: 787122891 Change-Id: Ic0a3054e81fd3670ab08e3915cc348094bf89008
1 parent 8e06411 commit 4d5e7c6

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

content/editions/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the default behavior for the edition you've selected. You can also override your
2222
overrides. The [section later in this topic on lexical scoping](#scoping) goes
2323
into more detail on that.
2424

25-
*The latest released edition is 2023.*
25+
*The latest released edition is 2024.*
2626

2727
The examples in this topic show edition 2024 features, but edition 2024 is
2828
currently in **pre-release review** and is not yet recommended for production
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Ask Proto
2+
3+
go/ask-proto
4+
5+
<!--*
6+
# Document freshness: For more information, see go/fresh-source.
7+
freshness: { owner: 'logophile' reviewed: '2025-07-11' }
8+
*-->
9+
10+
Welcome to **Ask Proto**! Get instant help with your proto questions from our
11+
new chatbot, powered by
12+
<g3mark-glossary term-id="xvukg0hb" display="NotebookLM"></g3mark-glossary>.
13+
14+
+ To get started, enter your query into the bot's **Start typing...** field.
15+
([example](https://screenshot.googleplex.com/7E3HbaWA5pwFt4W.png))
16+
17+
+ Looking for some inspiration? Copy and paste a [sample prompt](#prompts).
18+
19+
Tell us what you think about this experience at go/ask-x-survey.
20+
21+
<!-- disableFinding(LINE_OVER_80) -->
22+
23+
<g3mark-chip icon="schedule" label="last updated" content="2025-07-09" color="googlegreen"></g3mark-chip>
24+
25+
<iframe src="https://notebooklm.google.com/notebook/834e9802-62f6-423b-873e-e42d36d5cb43?origin=engdoc.corp.google.com" allow="fullscreen" width="100%" height="800" style="border: 0"> </iframe>
26+
27+
## Sample Prompts {#prompts}
28+
29+
Tip: Found an interesting prompt and/or response? [Let us know](#feedback).
30+
31+
```shell
32+
33+
List the top 3 pitfalls when designing and implementing Protobuf messages and APIs. Keep your response crisp and concise.
34+
35+
Are enums open or closed in proto2, proto3, and editions?
36+
37+
What field type conversions are safe to make?
38+
39+
```
40+
41+
## We're listening {#feedback}
42+
43+
Found any of the following?
44+
45+
+ **Ask Proto** not returning a response
46+
+ Misleading answers (hallucinating/incorrect)
47+
+ Accurate answers, but missing some information
48+
+ An interesting prompt and/or response
49+
+ Anything else
50+
51+
Let us know by
52+
[logging bugs](https://b.corp.google.com/issues/new?component=37777&template=202665&[email protected])

eng/doc/devguide/proto/footer.md

Whitespace-only changes.

0 commit comments

Comments
 (0)