kbeaugrand / SemanticKernel.Assistants

Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
MIT License
92 stars 8 forks source link

Bump Microsoft.SemanticKernel.Core from 1.13.0 to 1.16.0 #94

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps Microsoft.SemanticKernel.Core from 1.13.0 to 1.16.0.

Release notes

Sourced from Microsoft.SemanticKernel.Core's releases.

dotnet-1.16.0

Changes:

  • 4bbb694818b380ba73a00d630aab417e581a863c Version 1.16.0 (#7301)
  • a335d5564b346c504f080e7278b81d5ddbfcba00 .Net: Sample showing function calling using NexusRaven (#7256) [ #7190 ]
  • f2bd4207a512eb34cbf0d9a454be673ca7a5f759 .Net: Bump Roslynator.CodeAnalysis.Analyzers from 4.12.0 to 4.12.4 in /dotnet (#7277)
  • 41d106ddd7d9dc0d4e13f354db624920d3006b34 .Net: Using OpenAPI description as default plugin description (#7264) [ #7209 ]
  • 88ec98b0bd61bed363a419aa180493d2b403c684 .Net: Bump Microsoft.Data.SqlClient from 5.2.0 to 5.2.1 in /dotnet (#7269)
  • 921492edec4beeac9e4f7a713a4efa3551533b35 .Net: Bump MongoDB.Driver from 2.25.0 to 2.27.0 in /dotnet (#7270)
  • 6cfd2ec0ee4a86be767dd037fdc5c86886c29fa1 .Net: DuckDBMemoryStore RemoveBatchAsync method performance improvement (#7252)
  • b05478d88951a4c7def9b506ce2e0d3af361d5bd .Net: Pinecone RemoveBatchFromNamespaceAsync method performance optimization (#7230)
  • 21a0049a449029136e653c866a803f09baa3630f .Net: Create KernelPlugin from Open API without Kernel instance (#7258) [ #6426 ]
  • c81eab7d9c70ad5f2ed2253f00476c62693fc513 .Net: Use Arrays instead of Lists for DuckDB (#7181)
  • 6b59077ff7c7df71e9d7b4986a2e2350b0e231a2 .Net Agents - Add dynamic logging methods (#7069)
  • 434a35341465eb0bbb09ac8042072f9a7fe269e5 .Net Agent - Cosmetic Sample Updates (#7199)
  • 6258138403deae2c9836eefcfd93b2df4961ac77 .Net: Upgrade the System.Text.Json package to the patched version 8.0.4 (#7185)
  • 23ef6bdceaaa8f91308201340315a33d4f137aa0 .Net: Bump Microsoft.ML.OnnxRuntime from 1.18.0 to 1.18.1 in /dotnet (#7162)
  • 543c2fd1c581a7273b8fb0d712dfa53e101ce18a .Net: Fixed typos in feature graduation GitHub Issue template (#7157)
  • 32d3f5d01db422ccc7598c074b836bdfef94b26c .Net: Fix hugging face embedding (#6673) [ #6635 ]
  • 13e3a223af40bafeae4cc95efebcee23592b2efc .Net: Include request data when operation is cancelled (#7119) [ #7118 ]
  • 23f2dcec158d52e6758ed4a0056f2acf567ca5ba .Net: Filters graduation (#7004)
  • a0a753abe9dae502866d7c5e2fb263f2881ce4cc ADR Bug - Fixed typo in ADR (#7113)
  • c8fa30bffe782b779a665d06f9fb17fd6594f8bc .Net: Allow custom serialization options to be passed to TextMemoryPlugin. (#7098) [ #6593 ]
  • f02321da3e422ac9754a88d24f59584a5c309ee0 .Net: Sample showing model thought process for each function call (#6917) [ #6782 ]

dotnet-1.15.1

Changes:

  • e77ffdf84a29311ac66ecb227c4421f10fb1fbad .Net: Version 1.15.1 (#7089)
  • 1b4d348a29c67830a23135af05a582811aaaa56e .Net: Gemini added support of system messages and removed messages order limitation (#7067)
  • b0711682b2bcfe6512d7aee2164f641cb1686e5f .Net: Fix milvus search metric type bug. (#7063) [ #7062 ]
  • b85e7ae01f26d076ed79f411ee26c2d0fb3dfb01 .Net Agents - Support streaming for ChatCompletionAgent (#6956)
  • d16bd669387d6688c37f9ce5a26106c7971dd380 .Net: update Kernel.cs (#6999)
  • e375b6f851789a9821c6383d006e187202b9987e .Net: Bump Microsoft.Extensions.Http.Resilience from 8.2.0 to 8.6.0 in /dotnet (#7041)
  • cd582d4dfabb5fcd212ca3a19fbe6f8dbb061334 .Net: Bump DuckDB.NET.Data.Full from 1.0.0 to 1.0.1 in /dotnet (#7042) [ #198, #197 ]
  • 2870323711a5d83eb77b3de2cab96ed4ebd9504a .Net: Bump Azure.Monitor.OpenTelemetry.Exporter from 1.2.0 to 1.3.0 in /dotnet (#7043)
  • 13de7c4c235c61029a7671d9b19c89cea290dfcb .Net: Bump Azure.AI.OpenAI.Assistants from 1.0.0-beta.3 to 1.0.0-beta.4 in /dotnet (#7045)
  • e8401750daf7daa76e17fcc89672f47cc7a5df80 .Net: Added cancellation token to filter context types (#7033)
  • a5f367d2db543142071440e6210f739242cf0a81 .Net Agents - Support single-agent / no-chat invocation of OpenAIAssistantAgent (#6946)
  • 07bcd90f450f7ca7fb352df11f87d9394f5483c5 .Net - Convert message AuthorName whitespace or empty string assignment to null (#6990)
  • 4f945a3483ae0b0c07434014ec88bb0f0cf2af25 .Net: Batch delete query optimization in Sqlite (#6965)

... (truncated)

Commits
  • 4bbb694 Version 1.16.0 (#7301)
  • a335d55 .Net: Sample showing function calling using NexusRaven (#7256)
  • f2bd420 .Net: Bump Roslynator.CodeAnalysis.Analyzers from 4.12.0 to 4.12.4 in /dotnet...
  • 41d106d .Net: Using OpenAPI description as default plugin description (#7264)
  • 88ec98b .Net: Bump Microsoft.Data.SqlClient from 5.2.0 to 5.2.1 in /dotnet (#7269)
  • 921492e .Net: Bump MongoDB.Driver from 2.25.0 to 2.27.0 in /dotnet (#7270)
  • 6cfd2ec .Net: DuckDBMemoryStore RemoveBatchAsync method performance improvement (#7252)
  • b05478d .Net: Pinecone RemoveBatchFromNamespaceAsync method performance optimization ...
  • 21a0049 .Net: Create KernelPlugin from Open API without Kernel instance (#7258)
  • c81eab7 .Net: Use Arrays instead of Lists for DuckDB (#7181)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #97.