October 7: Anthropic and Gemini tool calling

New Features

  • 💡 Graphlit now supports tool calling with Anthropic and Google Gemini models.

  • We have removed the uri property for tools from ToolDefinitionInput, such that inline webhook tools are no longer supported. Now you can define any external tools to be called, and those can support sync or async data access to fulfill the tool call.

Last updated