Skip to content

Commit

Permalink
remove const, just use assistanttool const
Browse files Browse the repository at this point in the history
  • Loading branch information
kodernubie committed Nov 3, 2024
1 parent 9275969 commit b130e7e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ const (
messagesSuffix = "messages"
)

const (
MessageToolCodeInterpreter = "code_interpreter"
MessageToolFileSearch = "file_search"
)

type Message struct {
ID string `json:"id"`
Object string `json:"object"`
Expand Down

0 comments on commit b130e7e

Please sign in to comment.