actions
actions copied to clipboard
Do auto-conversion of input based on schema (such as str-> int) (if it can be done).
Issue by fabioz Thursday Jan 25, 2024 at 11:01 GMT Originally opened as https://github.com/robocorp/robocorp/issues/185
i.e.:
I have customers_rentals(first_name: str, last_name: str, limit: int = 5) -> str: yet GPT shoots Action Server with this: { "first_name": "Jill", "last_name": "Hawkins", "limit": "5" }