Gregor Jarisch
Gregor Jarisch
fixed. expected behavior: json array of package extension descriptors.
fixed. expected behavior for ``` curl -X POST --data "{\"name\": \"xhgifqpow\"}" "http://localhost:7070/channelstore/channels" ``` is Bad Request, code: 400 Msg: Argument must not be null nor empty (channelDefinition.type)
let me formulate it as a user story: As developer, I would like to further develop exiting tests, without altering current test, that reflect functionality of the current version, but...
cool! :-)
probably the second option would be better, but in our case we would send it in the same channel as the input, just differently tagged such as: {'input':'someUserInput', :context':{'someKey':'someValue'}}
I have tried it with `QuarkusHuggingFaceModel`, but it seems to require a url. Shouldn't there be any default for this, so that only the accessToken is needed? ``` java.lang.IllegalStateException: No...
The builder of `QuarkusHuggingFaceChatModel` seems to be missing the `modelId` setter which is available on the `HuggingFaceChatModel` builder
As I can see, the model is part of the url, however, from a library usage point of view it would be great if I could just hand over the...
I need it for being able to configure it at runtime, so CDI bean will not be ideal as I would like to be able to create multiple ones with...