Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 22, 2024
1 parent 36120aa commit f6e7d0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/request_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (r *RequestOptions) cloneHeader() http.Header {
headers := r.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/getzep/zep-go")
headers.Set("X-Fern-SDK-Version", "v1.0.2")
headers.Set("X-Fern-SDK-Version", "v1.0.3")
return headers
}

Expand Down
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ type Memory struct {
Messages []*Message `json:"messages,omitempty" url:"messages,omitempty"`
// A dictionary containing metadata associated with the memory.
Metadata map[string]interface{} `json:"metadata,omitempty" url:"metadata,omitempty"`
// Summary list result from Summary Retriever Memory Type.
RelevantSummaries []*Summary `json:"relevant_summaries,omitempty" url:"relevant_summaries,omitempty"`
// A Summary object.
Summary *Summary `json:"summary,omitempty" url:"summary,omitempty"`

Expand Down

0 comments on commit f6e7d0b

Please sign in to comment.