Skip to content

Commit

Permalink
Fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Feb 18, 2025
1 parent 7e950a1 commit eed802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_ai_connect/ai/api/model_pipelines/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def alias():


class ModelPipelineStreamingChatBot(
ModelPipeline[PIPELINE_CONFIGURATION, ChatBotParameters, StreamingChatBotResponse],
ModelPipeline[PIPELINE_CONFIGURATION, StreamingChatBotParameters, StreamingChatBotResponse],
Generic[PIPELINE_CONFIGURATION],
metaclass=ABCMeta,
):
Expand Down

0 comments on commit eed802b

Please sign in to comment.