Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List[String] derivation is a compile error. #6

Open
Quafadas opened this issue Aug 16, 2024 · 0 comments
Open

List[String] derivation is a compile error. #6

Quafadas opened this issue Aug 16, 2024 · 0 comments

Comments

@Quafadas
Copy link
Contributor

Quafadas commented Aug 16, 2024

  @hints(Http(NonEmptyString("POST"), NonEmptyString("/v1/assistants"), 200))
  def create(
      model: String,
      tools: List[String] = List(),
): IO[CreateAssiantResponse]

Currently gives a compile error.

io.github.quafadas.dairect.assistantApi#CreateAssiantResponse$tools: member shape targets an unresolved shape `smithy.api#StringList` | Target.UnresolvedShapebloop

I recall I've asked this before, and a workaround was suggested. I am kicking myself a little, as I can't find the reference to it.

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

No branches or pull requests

1 participant