File tree Expand file tree Collapse file tree 5 files changed +849
-13
lines changed
azure/functions/decorators Expand file tree Collapse file tree 5 files changed +849
-13
lines changed Original file line number Diff line number Diff line change 11
11
#
12
12
13
13
* @ vrdmr @ gavin-aguiar @ YunchuWang @ pdthummar @ hallvictoria
14
-
Original file line number Diff line number Diff line change 28
28
DAPR_SECRET = "daprSecret"
29
29
DAPR_PUBLISH = "daprPublish"
30
30
DAPR_INVOKE = "daprInvoke"
31
- DAPR_PUBLISH = "daprPublish"
32
31
DAPR_BINDING = "daprBinding"
33
32
ORCHESTRATION_TRIGGER = "orchestrationTrigger"
34
33
ACTIVITY_TRIGGER = "activityTrigger"
35
34
ENTITY_TRIGGER = "entityTrigger"
36
35
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"
You can’t perform that action at this time.
0 commit comments