Skip to content

Commit ea214bb

Browse files
mlucoolkrassowski
andauthored
Update 129-ai-representation/ai-representation.md
Co-authored-by: Michał Krassowski <[email protected]>
1 parent 40fd4cc commit ea214bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

129-ai-representation/ai-representation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ While this JEP focuses on Jupyter, it's understood that others may choose to reu
2626
process. While that would be a good outcome for the community, it is not the goal of this repr to set standards in
2727
Python in general.
2828

29-
### Guide-Level Explanation
29+
## Guide-Level Explanation
3030

31-
#### Introducing the `_ai_repr_` Protocol
31+
### Introducing the `_ai_repr_` Protocol
3232

3333
The `_ai_repr_` method allows objects to define representations tailored for AI interactions. This method returns a dictionary (`Dict[str, Any]`), where keys are MIME types (e.g., `text/plain`, `image/png`) and values are the corresponding representations.
3434

0 commit comments

Comments
 (0)