Identical parameter names with different mapping #1872
abhinavnatarajan
started this conversation in
Adapters
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Openrouter API has a
reasoning.max_tokens
parameter and amax_tokens
parameter which have different meaning and uses. Is there a way to specify an adapter schema that allows for this? If I'm understanding correctly, this isn't possible right now because an entry in the schema of the form{ parameter_name = { ... mapping = "parameters.some_table" }
corresponds to a parameter of the formsome_table.parameter_name
; the name of the parameter in the http request is the same as the name of the item in the schema table.Beta Was this translation helpful? Give feedback.
All reactions