szymon_dybczak
Esteemed Contributor III

Hi @shashankB ,

Here's a good documentation of all possible interaction with an assistant:

What is Databricks Assistant? | Databricks on AWS

Basically, is supports various modes:

  • Chat mode: Get answers to your questions by chatting with the Assistant. It responds with relevant information, including citations from Databricks documentation.
  • Edit mode: Allow the Assistant to make suggestions across multiple cells in your notebook from a single prompt.
  • Agent mode: Use the Data Science Agent (Beta) to automate entire multi-step data science workflows in notebooks and the SQL editor.

And you can use shortcut commands to interact with agent:

Get coding help from Databricks Assistant | Databricks on AWS

szymon_dybczak_0-1759236213011.png

So, to answer your question in title. Here what you can do:

szymon_dybczak_0-1759236643109.png

 

View solution in original post