Goto

Navigating to a URL using the browser

goto:
  type: "URL"
  value: "https://wiki.internal/example"

Description

Sensei provides one special action that opens the browser, instead of rewriting the code. This can be really powerful when providing the user with multiple suggestions. One could be to perform a code rewrite, and the other could be to read the documentation on a internally hosted wiki.

Configuration options

type

Currently, the only available value is URL. Other options will be added in the future based on the requests of our customers.

value

The value that will be used, the actual behavior depends on the content of the type field.