Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 2, 2024
1 parent 9ab4cdb commit e2cc2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/request_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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", "v0.0.2")
headers.Set("X-Fern-SDK-Version", "v0.0.3")
return headers
}

Expand Down
2 changes: 1 addition & 1 deletion memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

type MemoryGetRequest struct {
// memoryType: perpetual or message_window
MemoryType MemoryGetRequestMemoryType `json:"-" url:"memoryType,omitempty"`
MemoryType *MemoryGetRequestMemoryType `json:"-" url:"memoryType,omitempty"`
// Last N messages. Overrides memory_window configuration
Lastn *int `json:"-" url:"lastn,omitempty"`
}
Expand Down

0 comments on commit e2cc2a6

Please sign in to comment.