You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to extend the assistants/builders I find I have to copy a large code block over and only end up changing a small portion of the code. This is because the render methods are all encompassing, I have been overriding the render methods to render special values, but for the most part the rest of the assistant code is good. I'd like to have these split up a bit more so that if I only need to change the way an option is rendered in the assistant list, I could just override the relevant method.
Some examples that might be a good idea to make extending easier
Assistants
Render archive item
Render suggestion item
Builders
Render single readonly
Render multi readonly
The text was updated successfully, but these errors were encountered:
When trying to extend the assistants/builders I find I have to copy a large code block over and only end up changing a small portion of the code. This is because the render methods are all encompassing, I have been overriding the render methods to render special values, but for the most part the rest of the assistant code is good. I'd like to have these split up a bit more so that if I only need to change the way an option is rendered in the assistant list, I could just override the relevant method.
Some examples that might be a good idea to make extending easier
Assistants
Builders
The text was updated successfully, but these errors were encountered: