Adding conversational to SDF or SDL #494
-
Has anyone tried to implement conversational=True to SDF or SDLs? Maybe I missed this, but is is possible to toggle this or add it as param in the config ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello, @ronaldsholt Actually you can pass this flag in a config object, for example, like below:
However i couldn't found any usage of for @gventuri correct me if i'm wrong. |
Beta Was this translation helpful? Give feedback.
-
@ronaldsholt this is indeed a very good point. We are not supporting the conversational mode anymore, but a new replacement for it is coming soon. We plan to let have the |
Beta Was this translation helpful? Give feedback.
@ronaldsholt this is indeed a very good point. We are not supporting the conversational mode anymore, but a new replacement for it is coming soon. We plan to let have the
.chat
method allowing to specify whether one expect the output to be a dataframe, a chart, a number or a string (which will be what used to be the "conversational" feature). This new feature will come soon.