feat: update loading message duration and add caching information; increase timeout for theme session generation
This commit is contained in:
@@ -52,6 +52,7 @@ export async function getOrGenerateThemeSession(curriculumVersionId, weekContent
|
||||
tools: [EMIT_THEME_SESSION_TOOL],
|
||||
toolChoice: { type: 'tool', name: EMIT_THEME_SESSION_TOOL.name },
|
||||
maxTokens: 8192,
|
||||
timeoutMs: 180_000,
|
||||
});
|
||||
|
||||
const emitted = result.toolUses[0]?.input;
|
||||
|
||||
Reference in New Issue
Block a user