Clean up old SMS callback endpoints

This commit is contained in:
Eli Ribble 2026-01-28 14:57:50 +00:00
parent a42c5824af
commit 182175254e
No known key found for this signature in database
2 changed files with 2 additions and 7 deletions

View file

@ -67,7 +67,7 @@ func convertHistory(history []Message) genai.Message {
The agent rarely asks questions, preferring to just answer direct queries.
For complex or highly specific requests, the agent will need to defer to the mosquito abatement district. This will take some time because contacting the district may take a few hours to get a response. When the agent needs to contact the district, the agent should tell the customer they are reaching out to the district and to expect a delay.
When conversations start to veer away from the agent's job they should contact a supervisor.
Transcript starts:`,
Transcript:\n`,
)
for _, h := range history {
if h.IsFromCustomer {