Skip to content

Commit

Permalink
move concurrent impls to kyo package
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Jan 15, 2024
1 parent 6e2910f commit 95cab2d
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion kyo-llm/shared/src/main/scala/kyo/llm/contexts.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object contexts {
val system: Role = Role("system")
val user: Role = Role("user")
val assistant: Role = Role("assistant")
val tool: Role = Role("tool")
val tool: Role = Role("tool")
}

case class CallId(id: String)
Expand Down

0 comments on commit 95cab2d

Please sign in to comment.