microsoft / TaskWeaver

A code-first agent framework for seamlessly planning and executing data analytics tasks.

Home Page:https://microsoft.github.io/TaskWeaver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

responses from roles in the TaskWeaver

GihanMora opened this issue · comments

Can we return objects (such as dataframes) from the reply message of a role. It just needs to be text?

Yes, and the reason is discussed in this blog post (https://microsoft.github.io/TaskWeaver/blog/role).
In general, if you need to return a dataframe, the better option should be using a plugin.