Skip to content

RDBC-1059 Python SDK 7.2.1 -> 7.2.2#294

Open
poissoncorp wants to merge 15 commits into
ravendb:v7.2from
poissoncorp:RDBC-1059
Open

RDBC-1059 Python SDK 7.2.1 -> 7.2.2#294
poissoncorp wants to merge 15 commits into
ravendb:v7.2from
poissoncorp:RDBC-1059

Conversation

@poissoncorp
Copy link
Copy Markdown
Contributor

@poissoncorp poissoncorp commented May 20, 2026

Issue link

RDBC-1059 Python SDK 7.2.1 -> 7.2.2

Additional description

...Include details of the change made in this Pull Request or additional notes for the solution. Anything that can be useful for reviewers of this PR...

Two related conversation-runtime features in one commit because they
share the same hot path (RunConversationOperation.create_request and
ConversationRequestBody):

- typed Parameters: AiConversationParameter + AiConversationParameterOptions
  with back-compat shim for the existing (name, value) call site;
  max_model_iterations_per_call passthrough.
- attachments: add_attachment / copy_attachment_from on AiConversation,
  multipart wire shape (body / commands / streams) matching the server's
  positional MultipartReader (AbstractAiAgentProcessor.ParseMultipartAsync).
@poissoncorp poissoncorp changed the title Rdbc 1059 RDBC-1059 Python SDK 7.2.1 -> 7.2.2 May 20, 2026
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.

1 participant