Working LLM responses and Twilio status tracking
The responses aren't good, but they do exist.
This commit is contained in:
parent
407b478637
commit
b8e7b9b7fd
13 changed files with 497 additions and 287 deletions
|
|
@ -10,8 +10,17 @@ var CommsTextLogErrors = &commsTextLogErrors{
|
|||
columns: []string{"id"},
|
||||
s: "text_log_pkey",
|
||||
},
|
||||
|
||||
ErrUniqueTextLogTwilioSidKey: &UniqueConstraintError{
|
||||
schema: "comms",
|
||||
table: "text_log",
|
||||
columns: []string{"twilio_sid"},
|
||||
s: "text_log_twilio_sid_key",
|
||||
},
|
||||
}
|
||||
|
||||
type commsTextLogErrors struct {
|
||||
ErrUniqueTextLogPkey *UniqueConstraintError
|
||||
|
||||
ErrUniqueTextLogTwilioSidKey *UniqueConstraintError
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue