Skip to content

Commit

Permalink
adjust fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vswamidass-sfdc committed Sep 6, 2024
1 parent 0cf49e0 commit aa60ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/api/v1/assistants/_assistant.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true

json.extract! assistant, :id, :name, :created_at, :updated_at, :status
json.extract! assistant, :id, :name, :libraries, :input, :output, :instructions, :context, :description, :created_at, :updated_at, :status, :quip_url, :confluence_spaces
json.url assistant_url(assistant)
2 changes: 1 addition & 1 deletion app/views/api/v1/chats/_chat.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true

json.extract! chat, :id, :created_at, :updated_at, :first_message
json.extract! chat, :id, :created_at, :updated_at, :first_message, :user_id
json.url assistant_url(chat)

0 comments on commit aa60ab0

Please sign in to comment.