feat: Allow users to create dashboard apps to give agents more context (#4761)
This commit is contained in:
4
app/views/api/v1/models/_dashboard_app.json.jbuilder
Normal file
4
app/views/api/v1/models/_dashboard_app.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.id resource.id
|
||||
json.title resource.title
|
||||
json.content resource.content
|
||||
json.created_at resource.created_at
|
||||
Reference in New Issue
Block a user