Eliminates the `s3_bucket` field from `AppConfig` and deletes related initialization code in `main.rs`. This simplifies configuration management since S3 bucket handling is no longer required or used in the application.
9 lines
No EOL
291 B
QBasic
9 lines
No EOL
291 B
QBasic
PARAM subject as string
|
|
DESCRIPTION "Chamado quando alguém quer mudar o assunto da conversa."
|
|
|
|
kbname = LLM "Devolva uma única palavra circular, comunicado ou geral de acordo com a seguinte frase:" + subject
|
|
|
|
ADD_KB kbname
|
|
|
|
|
|
TALK "You have chosen to change the subject to " + subject + "." |