Skip to content

max_completion_tokens forwarded unmapped — no-op until server #218 (document it) #8

Description

max_completion_tokens is forwarded unmapped — a no-op until server #218 (document it)

The SDK passes max_completion_tokens through untouched (via the ...rest spread in prepare()), but the current server reads only max_tokens. So a caller who sets only max_completion_tokens gets no output cap (default/unbounded) until server #218 deploys.

No crash — just a doc gap that over-promises. Mirror the Python SDK's resolution (interfaze-python #16): note in the README that max_completion_tokens is accepted but a no-op until server #218 ships (use max_tokens meanwhile), or add a client-side alias→max_tokens mapping (note: mapping would double-send once the server honors it natively, so the README route is preferred).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions