Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 0568dde

Browse files
committed
v0.0.7 changes
1 parent 90bd64b commit 0568dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The `types.py` file defines the following data types:
3030
- `Content`: Base class for content types.
3131
- `TextContent`: Represents text content.
3232
- `ImageContent`: Represents image content.
33+
- `FileContent`: Represents file content with base64 encoded data and optional file name and MIME type.
3334
- `ResourceContents`: Represents the contents of a resource.
3435
- `TextResourceContents`: Represents the contents of a text resource.
3536
- `BlobResourceContents`: Represents the contents of a blob resource.
@@ -147,7 +148,6 @@ my_tool = MyTool()
147148
```
148149

149150

150-
151151
```python
152152
print("\nString Representation - str(my_tool):")
153153
print(f"Type: {type(str(my_tool))}")

0 commit comments

Comments
 (0)