Skip to content

Commit

Permalink
chore: update descriptions for LLMs to understand better
Browse files Browse the repository at this point in the history
  • Loading branch information
DynamesC authored and taskingaijc committed Jul 17, 2024
1 parent fe0d22f commit be3dd3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/bundles/nasa/resources/i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ bundle_name: "nasa"
bundle_description: "Obtain astronomical information"
credential_nasa_api_key_description: "API Key for authentication. Get it from https://api.nasa.gov/"
get_apod_information_input_date_name: "date"
get_apod_information_input_date_description: "The date of the APOD image to retrieve."
get_apod_information_input_date_description: "The date of the APOD image to retrieve, in YYYY-MM-DD format. Example: 2024-07-15"
get_apod_information_input_start_date_name: "start_date"
get_apod_information_input_start_date_description: "The start of a date range, when requesting date for a range of dates. Cannot be used with date."
get_apod_information_input_start_date_description: "The start of a date range, when requesting date for a range of dates. Cannot be used with date. Should be in YYYY-MM-DD format. Example: 2024-07-15"
get_apod_information_input_end_date_name: "end_date"
get_apod_information_input_end_date_description: "The end of the date range, when used with start_date."
get_apod_information_input_end_date_description: "The end of the date range, when used with start_date. Should be in YYYY-MM-DD format. Example: 2024-07-15"
get_apod_information_input_count_name: "count"
get_apod_information_input_count_description: "If this is specified then count randomly chosen images will be returned. Cannot be used with date or start_date and end_date."
get_apod_information_input_thumbs_name: "thumbs"
get_apod_information_input_thumbs_description: "Return the URL of video thumbnail. If an APOD is not a video, this parameter is ignored."
get_apod_information_output_result_name: "Result"
get_apod_information_output_result_description: "Apod in JSON format"
get_apod_information_name: "Get apod information"
get_apod_information_description: "Get the apod information with textual descriptions"
get_apod_information_description: "Get the apod (Astronomy Picture of the Day) information with textual descriptions"

0 comments on commit be3dd3e

Please sign in to comment.