-
This could be useful for login actions, but also for export/import functionalities, setting up the database, etc.
Use case:
1. Pop up a 'login' user input request'
2. User types password and stri…
-
UserInput &sum
-
Hi @soheilzi,
Thank you so much for your effort and sharing this useful poject!
When I run this bot locally I can interact and chat with it. However when I change this section:
```
…
-
I have implemented categories using Notifee.setNotificationCategories
```
await notifee.setNotificationCategories([
{
id: 'actions',
actions: [
{
id: 'yes',
…
-
### Description
I just upgraded the NuGet packages from 0.16 to 0.18. CPU backend. The simple test console program still compiled but it no longer runs. Inside `ChatSession.ChatAsync` I get the excep…
-
Allows users to define a specific pattern of inputs.
```rust
let throttled_double_click = UserInput::Sequence {
pattern: vec![MouseButton::Left, MouseButton::Left],
intervals: vec![InputIn…
-
Der User muss einige Daten am Anfang eingeben, dass wir ihm die Testdaten zuweisen können.
Dazu gehören:
- Bildungsjahre
- Alter
- Vorname
- Nachname
Diese Daten per Input Feld eintragen lassen.
Moc…
-
Currently, the input of the user is not validated or cleaned.
This should be fixed, to prevent them from attacking the bot or other uses by inserting JavaScript or something else.
Perhaps we can use …
-
Hello! I am creating and agent on AWS BedRock using LangChain and would like to enable User Input [figure] on the code. I checked the [documentation](https://api.python.langchain.com/en/latest/_module…
-
### Environment information
```plain text
latest packages
```
### Description
In gen1 I could do this
```
input UserInput {
securityId: ID!
docId: someEnum
}
type Mutation {
reque…