feat: add content type

This commit is contained in:
Stevan Freeborn
2024-11-21 13:42:42 -06:00
parent 02bab6ae84
commit c4d4d8a15b
2 changed files with 14 additions and 19 deletions
@@ -24,4 +24,9 @@ public static class ContentType
/// Represents the tool result content type.
/// </summary>
public const string ToolResult = "tool_result";
/// <summary>
/// Represents the document content type.
/// </summary>
public const string Document = "document";
}