Showing results for Bots - ISE Developer Blog

Jul 26, 2024
1

LLM Prompt Injection Considerations With Tool Use

Dasith Wijesiriwardena
Dasith Wijesiriwardena

This post discusses a pattern to prevent a class of prompt injection attacks in LLM-based solutions. It emphasizes the importance of building strong foundational patterns to mitigate risks and avoid potential pitfalls. By implementing this pattern, teams can enhance the security of their tool-based solutions.

CSEISE
Jul 19, 2017
0
0

Facilitating Growth Capital Funding in Africa with Bots

Claudius Mbemba
Claudius Mbemba

We built a bot with Microsoft Bot Framework (MBF) to tap into a multitude of channels, including a client's existing Android app, and implemented localization features, to connect with potential customers on their preferred online platforms.

Bots
Jun 30, 2017
0
0

Bot to Human Handoff in Node.js

Lilian Kasem (she/her)
Lilian Kasem (she/her)

When considering bots, it’s often important for organizations to have the ability to “hand off” a customer from a bot to a human agent seamlessly. We implemented an unopinionated e-2-e solution called Handoff for bot authors to implement a variety of scenarios, using the Microsoft Bot Framework Node.js SDK.

Bots
Jun 1, 2017
0
0

Deploying bots using the Serverless framework

Ville Rantala
Ville Rantala

Microsoft partnered with MaaS Global to build a bot using the Microsoft Bot Framework Node.js SDK that can be deployed with the Serverless framework.

DevOpsBots
Feb 14, 2017
0
0

Collecting Form Data with a LUIS-Based Bot

Ami Turgman
Ami Turgman

This post outlines the steps of creating a bot that interacts with a user to collect missing LUIS entity data before processing their request.

Bots
Jan 20, 2017
1
0

Unit Testing for Bot Applications

Mor Shemesh
Mor Shemesh

Adding unit testing for conversational flow to Microsoft Bot Framework projects, including ones using LUIS.

Bots