fix(GBMinService): comment out file writing to prevent overwriting bot manifest
Some checks failed
GBCI / build (push) Failing after 1h26m41s
Some checks failed
GBCI / build (push) Failing after 1h26m41s
This commit is contained in:
parent
87802e4249
commit
31b7d5d59e
2 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ export class GBMinService {
|
||||||
const packageTeams = urlJoin(`work`, GBUtil.getGBAIPath(instance.botId), manifest);
|
const packageTeams = urlJoin(`work`, GBUtil.getGBAIPath(instance.botId), manifest);
|
||||||
if (!(await GBUtil.exists(packageTeams))) {
|
if (!(await GBUtil.exists(packageTeams))) {
|
||||||
const data = await this.deployer.getBotManifest(instance);
|
const data = await this.deployer.getBotManifest(instance);
|
||||||
await fs.writeFile(packageTeams, data);
|
//await fs.writeFile(packageTeams, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Serves individual URL for each bot user interface.
|
// Serves individual URL for each bot user interface.
|
||||||
|
|
|
@ -2,7 +2,7 @@ TALK "What is the case number?"
|
||||||
HEAR cod
|
HEAR cod
|
||||||
text = GET "case-" + cod + ".pdf"
|
text = GET "case-" + cod + ".pdf"
|
||||||
|
|
||||||
IF text THEN
|
IF text THEN
|
||||||
|
|
||||||
text = "Based on this document, answer the person's questions:\n\n" + text
|
text = "Based on this document, answer the person's questions:\n\n" + text
|
||||||
SET CONTEXT text
|
SET CONTEXT text
|
||||||
|
|
Loading…
Add table
Reference in a new issue