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
@moltar Hi, You can use the UPDATE table description endpoint PUT /api/v1/table-descriptions/{table_description_id} and set the descriptions per columns and tables. The Agents uses the descriptions field to provide more context.
If you mean the create table command when it scans the tables it gets this and is stored in the table_schema field and used by the agents.
Let's say we have extensive docs of every column available to us.
What is the best way to provide this context to the model?
Will it introspect the database and discover these comments?
What about engines that do not support comments?
The text was updated successfully, but these errors were encountered: