October 7: Support for Anthropic and Gemini tool calling
PreviousOctober 9: Support for GitHub repository feeds, bug fixesNextOctober 3: Support tool calling, ingestBatch mutation, Gemini Flash 1.5 8b, bug fixes
Last updated
Last updated
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.