October 3: Support tool calling, ingestBatch mutation, Gemini Flash 1.5 8b, bug fixes

New Features

  • Added support for prefilled user and assistant messages with createConversation mutation. Now you can send an array of messages when creating a new conversation, which will bootstrap the conversation with the LLM. These must be provided in user/assistant pairs.

  • Added support for Google Gemini Flash 1.5 8b model.

Bugs Fixed

  • GPLA-3207: Models shouldn't be required on update specification call

  • GPLA-3220: Don't send system prompt with OpenAI o1 models

Last updated