Skip to content

Commit b8e45f3

Browse files
Update licenses (#56)
1 parent 39bbedc commit b8e45f3

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

text_2_sql/autogen/agentic_text_2_sql.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
from autogen_agentchat.task import TextMentionTermination, MaxMessageTermination
24
from autogen_agentchat.teams import SelectorGroupChat
35
from utils.models import MINI_MODEL
@@ -75,7 +77,3 @@ def text_2_sql_generator_selector_func(messages):
7577
termination_condition=termination,
7678
selector_func=text_2_sql_generator_selector_func,
7779
)
78-
79-
# text_2_sql_cache_updater = SelectorGroupChat(
80-
# [SQL_QUERY_CACHE_AGENT], model_client=MINI_MODEL, termination_condition=termination
81-
# )

text_2_sql/autogen/custom_agents/sql_query_cache_agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
from typing import AsyncGenerator, List, Sequence
24

35
from autogen_agentchat.agents import BaseChatAgent

text_2_sql/autogen/utils/llm_agent_creator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
import yaml
24
from autogen_core.components.tools import FunctionTool
35
from autogen_agentchat.agents import AssistantAgent

text_2_sql/autogen/utils/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
from autogen_ext.models import AzureOpenAIChatCompletionClient
24

35
# from azure.identity import DefaultAzureCredential, get_bearer_token_provider

text_2_sql/autogen/utils/sql_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Microsoft Corporation.
2+
# Licensed under the MIT License.
13
import logging
24
import os
35
import aioodbc

0 commit comments

Comments
 (0)