Skip to content
4 changes: 2 additions & 2 deletions camel/configs/function_gemma_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand All @@ -10,7 +10,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
from __future__ import annotations

from typing import List, Optional
Expand Down
4 changes: 2 additions & 2 deletions camel/models/function_gemma_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand All @@ -10,7 +10,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
# ========= Copyright 2023-2025 @ CAMEL-AI.org. All Rights Reserved. =========
import json
import os
import re
Expand Down
2 changes: 2 additions & 0 deletions camel/toolkits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
from .notion_mcp_toolkit import NotionMCPToolkit
from .vertex_ai_veo_toolkit import VertexAIVeoToolkit
from .minimax_mcp_toolkit import MinimaxMCPToolkit
from .imap_mail_toolkit import IMAPMailToolkit
from .earth_science_toolkit import EarthScienceToolkit

__all__ = [
Expand Down Expand Up @@ -183,5 +184,6 @@
'NotionMCPToolkit',
'VertexAIVeoToolkit',
'MinimaxMCPToolkit',
'IMAPMailToolkit',
'EarthScienceToolkit',
]
Loading
Loading