Core Features
Function Calling
Use our Deterministic Language Model for consistent, valid function calls
Function Calling
Coming Soon!
We’re working on comprehensive documentation for our function calling features. For now, you can use our Swift Import feature below to get started.
Swift Import
Compiler provides a streamlined process to import your functions directly from Swift code. Here’s how to do it:
- Navigate to the Developer Dashboard and select the “Swift Import” option from the sidebar.
- Copy your Swift function definitions (typically a CompilerFunction enum) and paste them into the import field.
- Review the preview of your function definitions to ensure everything was parsed correctly.
- Click the “Import” button to add these functions to your project.
- Your functions are now ready to use! You can view and manage them in the functions list.
Stay tuned for more detailed documentation on implementing function calling in your app, including examples, best practices, and advanced usage scenarios!