Tiny formatting fix

This commit is contained in:
Matt Low 2024-05-23 05:53:13 +00:00
parent 437997872a
commit eec9eb41e9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func convertTools(tools []model.Tool) []Tool {
}
}
geminiTools[i] = Tool{
geminiTools[i] = Tool{
FunctionDeclarations: []FunctionDeclaration{
{
Name: tool.Name,