I have a repository of custom, function backed models, attached below. The issue is, my function: GrokTPrivateCluster
backing my model is tagged w/ decorator: @ChatCompletionWithVision()
, which is not showing up in the registered models dropdown in pipeline builder (image also attached).
the use_llm block is using a page_media_reference
as input, which could be the reason it’s not working as that conflicts with the comments i found in the decorator.. however i wouldn’t think builder would auto-recognize that the input is different and hide it from the selection?
/** Generate contextually relevant text responses based on multi-turn and multi-user text and image conversation history. Ask questions about images you pass in as URLs or base64 strings. */