Please fix the provided tool call based on the issues outlined.

<tool_call>[
{'name': 'SkyScrapperFlightSearch', 'arguments': {'originSkyId': '$var1.skyId$', 'originEntityId': '$var1.entityId$', 'date': '2024-08-15'}, 'label': 'var3'}
]</tool_call>

The following are the identified issues:
Each issue is accompanied by guidance on how to fix it.
Consider the guidance, along with the provided tool specs, and memory, to come up with the final fixed tool call.

- Parameter destinationSkyId is a required parameter for SkyScrapperFlightSearch, but it is missing.
- Possible fix: Parameter destinationSkyId can be assigned to skyId in var2 from memory.
- Parameter destinationEntityId is a required parameter for SkyScrapperFlightSearch, but it is missing.
- Possible fix: Parameter destinationEntityId can be assigned to entityId in var2 from memory.

OR

- Parameter destinationSkyId is a required parameter for SkyScrapperFlightSearch, but it is missing.
- Possible fix: Get value of destinationSkyId from the context.
- Parameter destinationEntityId is a required parameter for SkyScrapperFlightSearch, but it is missing.
- Possible fix: Get value of destinationEntityId from the context.
