Showcase:
Code Sample:
// Describe the effect of your command.
[Command("Increase the background volume")]
public void IncreaseVolume(float amount) {
// Your function implementation
}
# Describe the effect of your command.
@Command("Increase the background volume")
def increase_volume(amount: float):
# Your function implementation
Features:
- Effortless integration with your project
- Cost-saving prompt caching reduces API calls
- Offline inference for "common sense" engine, no internet connection required (coming soon)
- Seamless persistent data integration with Memory API (coming soon)