Skip to content

Commit 5433b09

Browse files
gavin-aguiarVictoria Hall
and
Victoria Hall
authored
Openai decorators (#217)
* Added openai decorators * Added openai decorators * Minor type fixes * connection_name typos * Added tests * Added pydocs and minor fixes * Addressed comments * Flake8 fixes * Removed todo comment --------- Co-authored-by: Victoria Hall <[email protected]>
1 parent 715580f commit 5433b09

File tree

5 files changed

+849
-13
lines changed

5 files changed

+849
-13
lines changed

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
#
1212

1313
* @vrdmr @gavin-aguiar @YunchuWang @pdthummar @hallvictoria
14-

azure/functions/decorators/constants.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,16 @@
2828
DAPR_SECRET = "daprSecret"
2929
DAPR_PUBLISH = "daprPublish"
3030
DAPR_INVOKE = "daprInvoke"
31-
DAPR_PUBLISH = "daprPublish"
3231
DAPR_BINDING = "daprBinding"
3332
ORCHESTRATION_TRIGGER = "orchestrationTrigger"
3433
ACTIVITY_TRIGGER = "activityTrigger"
3534
ENTITY_TRIGGER = "entityTrigger"
3635
DURABLE_CLIENT = "durableClient"
36+
ASSISTANT_SKILLS_TRIGGER = "assistantSkillsTrigger"
37+
TEXT_COMPLETION = "textCompletion"
38+
ASSISTANT_QUERY = "assistantQuery"
39+
EMBEDDINGS = "embeddings"
40+
EMBEDDINGS_STORE = "embeddingsStore"
41+
ASSISTANT_CREATE = "assistantCreate"
42+
ASSISTANT_POST = "assistantPost"
43+
SEMANTIC_SEARCH = "semanticSearch"

0 commit comments

Comments
 (0)