Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/ai-scaleway-platform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: symfony/ai-scaleway-platform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 14, 2026

  1. [Platform] Extract duplicated completions conversion methods into Com…

    …pletionsConversionTrait
    fabpot authored and chr-hertel committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    3f18dd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    1d59517 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    498828e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. Configuration menu
    Copy the full SHA
    65de318 View commit details
    Browse the repository at this point in the history
  2. bug #1792 [Platform][Generic][Scaleway] Fix tool call without argumen…

    …ts (guillaume-ro-fr)
    
    This PR was squashed before being merged into the main branch.
    
    Discussion
    ----------
    
    [Platform][Generic][Scaleway] Fix tool call without arguments
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Docs?         | no <!-- required for new features -->
    | Issues        | None <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    
    When calling a tool on Scaleway (extends Generic, the `arguments` array may not be included in the results, which causes problems when converting the result with `ResultConverter`.
    
    This PR fixes the issue by checking that the array exists before retrieving its content.
    
    Linked to #1649 (closed - merge conflicts)
    
    Commits
    -------
    
    59601c0b [Platform][Generic][Scaleway] Fix tool call without arguments
    chr-hertel committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    a56f647 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. Configuration menu
    Copy the full SHA
    76ce6a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. [Platform] Add token usage extraction for embeddings responses

    Add TokenUsageExtractor for embeddings in OpenAi, Generic, Scaleway,
    DockerModelRunner and VertexAi bridges.
    
    The extractors parse token usage information from embedding API responses
    and return a TokenUsage object with prompt and total token counts.
    
    VertexAi uses a different response format with per-embedding statistics,
    so the extractor sums up token_count from all predictions.
    Amoifr authored and chr-hertel committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    c1f9eb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. Configuration menu
    Copy the full SHA
    bab4e7e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. Configuration menu
    Copy the full SHA
    8e1985f View commit details
    Browse the repository at this point in the history
Loading