update
This commit is contained in:
@@ -204,7 +204,7 @@ async def _frage_mit_kritik(
|
|||||||
frage = None
|
frage = None
|
||||||
for _ in range(KRITIK_MAX_RUNDEN):
|
for _ in range(KRITIK_MAX_RUNDEN):
|
||||||
data = await _gen_call(
|
data = await _gen_call(
|
||||||
"Baustein-Frage", "fast", _frage_schema, provider,
|
"Baustein-Frage", "guide", _frage_schema, provider,
|
||||||
topic=topic, baustein=baustein, section_block=section_block,
|
topic=topic, baustein=baustein, section_block=section_block,
|
||||||
kompakt_block=kompakt_block, transcript=transcript, vermeide_block=vermeide_block,
|
kompakt_block=kompakt_block, transcript=transcript, vermeide_block=vermeide_block,
|
||||||
typ_block=typ_block, fokus_block=fokus_block, kritik_block=kritik_block,
|
typ_block=typ_block, fokus_block=fokus_block, kritik_block=kritik_block,
|
||||||
@@ -309,7 +309,7 @@ async def pruefung_frage_variante(
|
|||||||
try:
|
try:
|
||||||
section_block, kompakt_block = _bloecke(section, kompakt)
|
section_block, kompakt_block = _bloecke(section, kompakt)
|
||||||
data = await _gen_call(
|
data = await _gen_call(
|
||||||
"Baustein-Frage-Variante", "fast", _frage_schema, provider,
|
"Baustein-Frage-Variante", "guide", _frage_schema, provider,
|
||||||
topic=topic, baustein=baustein, section_block=section_block,
|
topic=topic, baustein=baustein, section_block=section_block,
|
||||||
kompakt_block=kompakt_block, muster=muster,
|
kompakt_block=kompakt_block, muster=muster,
|
||||||
)
|
)
|
||||||
@@ -427,7 +427,7 @@ async def lueckentext_generieren(
|
|||||||
try:
|
try:
|
||||||
section_block, kompakt_block = _bloecke(section, kompakt)
|
section_block, kompakt_block = _bloecke(section, kompakt)
|
||||||
return await _gen_call(
|
return await _gen_call(
|
||||||
"Baustein-Lueckentext", "fast", _lueck_schema, provider,
|
"Baustein-Lueckentext", "guide", _lueck_schema, provider,
|
||||||
topic=topic, baustein=baustein, section_block=section_block,
|
topic=topic, baustein=baustein, section_block=section_block,
|
||||||
kompakt_block=kompakt_block, muster=muster,
|
kompakt_block=kompakt_block, muster=muster,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user