agentscope-ai / agentscope-ai/QwenPaw
[Bug]:error in system prompt construction of multi-model hint
Abierto
bug
- Lenguaje dominante
- Python
- Estrellas
- 34.9k
- Forks
- 3.1k
- Merge medio
- 1 d 15 h
- PR fusionados (30 d)
- 225
Descripción
def format_multimodal_hint(model_info, _model_name: str) -> str:
"""Format the multimodal hint string for the system prompt."""
if (
model_info.supports_image
or model_info.supports_video
or model_info.supports_multimodal is None
):
return ""
return (
"It appears that you can only understand text content. "
" Please honestly inform the user about this when "
" their input includes multimodal information."
)
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.