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: digitalocean/gradient-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: digitalocean/gradient-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: responses-api-docs
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Feb 6, 2026

  1. Add types for Responses API (with tests)

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    c6dc33b View commit details
    Browse the repository at this point in the history
  2. Use parse_obj for Pydantic v1 compatibility in responses types tests

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    c37ecf4 View commit details
    Browse the repository at this point in the history
  3. Add Responses API resource and client.responses (with tests)

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    7f685a7 View commit details
    Browse the repository at this point in the history
  4. Fix pyright: type MINIMAL_INPUT as list[ResponseInputUserMessage]

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    a1537fe View commit details
    Browse the repository at this point in the history
  5. Add Responses API model constants (ResponsesModels)

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    ddb47fc View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2026

  1. fix: remove unused pytest import in test_responses_models

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 7, 2026
    Configuration menu
    Copy the full SHA
    fd535d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Add Responses API example and documentation

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    a02fa1b View commit details
    Browse the repository at this point in the history
  2. fix: resolve lint (I001, FA102) in responses_tool_calling example

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    7dd2db7 View commit details
    Browse the repository at this point in the history
  3. fix: pyright types for responses_tool_calling (dotenv, input, tools)

    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    4df034c View commit details
    Browse the repository at this point in the history
  4. fix: isort I001 in responses_tool_calling (import order, single gradi…

    …ent.types.responses import)
    
    Co-authored-by: Cursor <[email protected]>
    rushitat and cursoragent committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    6eedbc1 View commit details
    Browse the repository at this point in the history
Loading