Merged in feature/demo-support (pull request #207)

Feature/demo support

* index logs now debug

* demo data loader
This commit is contained in:
Jay Brown
2026-02-02 19:08:08 +00:00
parent 63c12a2f44
commit 963ccc6553
15 changed files with 2240 additions and 314 deletions
+6
View File
@@ -621,6 +621,12 @@ type DocumentSummary struct {
// ErrorMessage Description of error
type ErrorMessage struct {
// Details Additional error details for debugging (sanitized).
Details *string `json:"details,omitempty"`
// ErrorType Machine-readable error classification for programmatic handling.
ErrorType *string `json:"error_type,omitempty"`
// Message Message describing the cause.
Message string `json:"message"`
}