Skip to content

Commit 05668c4

Browse files
feature(singlestore): add program_name=promptly_datasource in singlestore connection parameters (#181)
1 parent df97368 commit 05668c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llmstack/datasources/handlers/databases/singlestore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def _sql_search(self, query: str, **kwargs):
9797
data = {
9898
"sql": query,
9999
"database": self._configuration.connection.database,
100+
"program_name": "promptly_datasource",
100101
}
101102

102103
response = post(

0 commit comments

Comments
 (0)