Skip to content

Conversation

MalithaPrabhashana
Copy link
Collaborator

This version will be added as an example of the byLLM example in Jaseci repo.

Copy link
Collaborator

@marsninja marsninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment.

Comment on lines +66 to +68
TASK_HANDLING = "TaskHandling",
EMAIL_HANDLING = "EmailHandling",
GENERAL_CHAT = "GeneralChat"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont think we need the = "TaskHandling" etc. Can just use comma's (The LLM will see the enum name).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I tested it without using these strings inside the Enum. But then it couldn't identify the exact routing node. @marsninja

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task manager lite version for byllm examples folder

2 participants