@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.
Currently gives a compile error.
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.