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: webmachinelearning/prompt-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ffd5aec
Choose a base ref
...
head repository: webmachinelearning/prompt-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10151f0
Choose a head ref
  • 7 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    28733f4 View commit details
    Browse the repository at this point in the history
  2. Specify out-of-range handling for params

    Closes #53.
    domenic authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    886259b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

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

Commits on Feb 10, 2025

  1. Add structured outputs

    Closes #35.
    sushraja-msft authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    cbd111e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Add image and audio prompting API

    Closes #40. Somewhat helps with #70.
    domenic authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    331914a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Update token-counting and context overflow API surface

    This is mostly to align with webmachinelearning/writing-assistance-apis#31:
    
    * Use TooManyTokensError when appropriate, instead of a "QuotaExceededError" DOMException.
    * Rename tokensLeft/tokensSoFar to tokensAvailable/tokenCount.
    * Rename countPromptTokens() to countTokens().
    * Remove maxTokens.
    * Rename "contextoverflow" to "overflow", since the vocabulary "context" is not used elsewhere in the API and there's only one relevant type of overflow for the session.
    domenic committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    93387a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10151f0 View commit details
    Browse the repository at this point in the history
Loading