Skip to content

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

@Quafadas

Description

@Quafadas
  @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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions