Skip to content

Conversation

@zfchai
Copy link
Contributor

@zfchai zfchai commented Feb 13, 2025

The modified information is as follows:

  • add attribute default non empty constraint.
  • change the field 'CreateTime' to 'CreatedTime'.
  • add SelectionExists & CollectionOrCreate methods in MongoDBContext.

{
[JsonPropertyName("conversation_id")]
public string ConversationId { get; set; }
[JsonPropertyName("conversation_id")] public string ConversationId { get; set; } = default!;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be in two lines?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, you can adjust two lines for better readability.

@iceljc iceljc merged commit 29c8b02 into SciSharp:master Feb 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants