Skip to content

Commit

Permalink
remove assistantContent from message model
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian committed Aug 15, 2024
1 parent db3a7a4 commit 48e373a
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,13 +418,13 @@ export class AppSyncModelIntrospectionVisitor<
attributes: [],
isArrayNullable: true
},
assistantContent: {
name: 'assistantContent',
isArray: false,
type: { nonModel: 'ContentBlock' },
isRequired: false,
attributes: []
},
// assistantContent: {
// name: 'assistantContent',
// isArray: false,
// type: { nonModel: 'ContentBlock' },
// isRequired: false,
// attributes: []
// },
createdAt: {
name: 'createdAt',
isArray: false,
Expand Down

0 comments on commit 48e373a

Please sign in to comment.