AllenNeuralDynamics / AllenNeuralDynamics/one-liner
Handle Function Signature Collision in named calls
Ouverte
- Langage dominant
- Python
- Étoiles
- 3
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Because we can specify a named call with pre-specified args/kwargs, we need to additionally ensure that:
* the function signature is adjusted accordingly in the server schema
* the prespecified args/kwargs are not overwriting each other
* any additional args/kwargs when invoking the named call do not overwrite what's already specified.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.