-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
101 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/reasoning/Ecological.scala
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/reasoning/Emotional.scala
This file was deleted.
Oops, something went wrong.
19 changes: 19 additions & 0 deletions
19
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/reasoning/Empathy.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
package kyo.llm.thoughts.reasoning | ||
|
||
import kyo.llm.ais._ | ||
|
||
@desc( | ||
p""" | ||
Empathy thought in AI reasoning focuses on understanding emotions and social contexts. | ||
- Interprets emotional cues in text. | ||
- Deepens insight into emotional expressions. | ||
- Considers social and cultural contexts. | ||
- Reflects on the influence of social norms and values. | ||
""" | ||
) | ||
case class Empathy( | ||
`Interpret emotional cues in text`: String, | ||
`Gain insight into emotional expressions`: String, | ||
`Understand social and cultural contexts`: String, | ||
`Reflect on social norms and values`: String | ||
) |
18 changes: 0 additions & 18 deletions
18
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/reasoning/Evaluation.scala
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/reasoning/Interpretation.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
kyo-llm/shared/src/main/scala/kyo/llm/thoughts/reasoning/Synthesis.scala
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.