Skip to content

Commit d981a7b

Browse files
committed
LLM tasks
1 parent dee758c commit d981a7b

66 files changed

Lines changed: 2003 additions & 1693 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

conductor-client/src/main/java/com/netflix/conductor/common/metadata/tasks/TaskType.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ public enum TaskType {
4444
// AI / LLM system task types (Orkes Conductor)
4545
LLM_TEXT_COMPLETE,
4646
LLM_CHAT_COMPLETE,
47-
LLM_INDEX_DOCUMENT,
47+
LLM_INDEX_TEXT,
4848
LLM_SEARCH_INDEX,
4949
LLM_GENERATE_EMBEDDINGS,
50+
LLM_STORE_EMBEDDINGS,
51+
LLM_GET_EMBEDDINGS,
5052

5153
// MCP (Model Context Protocol) system task types (Orkes Conductor)
52-
MCP_LIST_TOOLS,
53-
MCP_CALL_TOOL;
54+
LIST_MCP_TOOLS,
55+
CALL_MCP_TOOL;
5456

5557
/**
5658
* TaskType constants representing each of the possible enumeration values. Motivation: to not

conductor-client/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/CallMcpTool.java

Lines changed: 0 additions & 131 deletions
This file was deleted.

conductor-client/src/main/java/com/netflix/conductor/sdk/workflow/def/tasks/ListMcpTools.java

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)