actions icon indicating copy to clipboard operation
actions copied to clipboard

Do auto-conversion of input based on schema (such as str-> int) (if it can be done).

Open kariharju opened this issue 8 months ago • 0 comments

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" }

kariharju avatar Jun 13 '24 12:06 kariharju