Skip to content
Discussion options

You must be logged in to vote

We started discussing this internally in the team, and we believe there are a couple options you could take...

  1. Always ask the user for information within the function – Within the function, you could make a request to your UI to ask the user for the additional information. If you are using HTTP requests, this is likely difficult because you would have to store state and rehydrate it once you got the user result. Because of this, we would recommend using something like SignalR / websockets to implement this approach.
  2. Revert back to function calling loop if information is missing – If, however, you don't know whether you need to ask the user for information every time (e.g., some data is m…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stephane-liwerant
Comment options

@madsbolaris
Comment options

Answer selected by sophialagerkranspandey
@stephane-liwerant
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants