Skip to content

feat: configurable per request path#479

Merged
64bit merged 2 commits into
mainfrom
request-options-update
Nov 19, 2025
Merged

feat: configurable per request path#479
64bit merged 2 commits into
mainfrom
request-options-update

Conversation

@64bit
Copy link
Copy Markdown
Owner

@64bit 64bit commented Nov 19, 2025

Allow modifying per request path instead of hard coded values.

For example:

client
  .chat()
  .path("/messages")?
  .create(request)
  .await?

This is to support use cases like #369

@64bit 64bit merged commit 6013669 into main Nov 19, 2025
1 check passed
@64bit 64bit deleted the request-options-update branch November 19, 2025 20:15
ifsheldon pushed a commit to ifsheldon/async-openai-wasm that referenced this pull request Nov 28, 2025
* refactor to avoid repetition

* configurable per request path

(cherry picked from commit 6013669)
kraemahz pushed a commit to subseq-io/async-openai that referenced this pull request Dec 12, 2025
* refactor to avoid repetition

* configurable per request path
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