getHistoricalGuideEntry

fun getHistoricalGuideEntry(entryName: String, edition: String): String

Retrieves an entry from The Hitchhiker's Guide to the Galaxy for a specific edition. This demonstrates relying on KDoc for schema extraction rather than @Param.

Return

A string containing the Guide's entry.

Parameters

entryName

The name of the entry (e.g. 'Babel Fish')

edition

The edition of the guide (e.g. 'Standard', 'Premium')