fix(background-task): default background_output to full session
This commit is contained in:
@@ -125,7 +125,7 @@ export function createBackgroundOutput(manager: BackgroundOutputManager, client:
|
|||||||
const fullSessionProvided = args.full_session !== undefined
|
const fullSessionProvided = args.full_session !== undefined
|
||||||
const fullSession = fullSessionProvided
|
const fullSession = fullSessionProvided
|
||||||
? (args.full_session ?? true)
|
? (args.full_session ?? true)
|
||||||
: !isActive
|
: true
|
||||||
const includeThinking = isActive || (args.include_thinking ?? false)
|
const includeThinking = isActive || (args.include_thinking ?? false)
|
||||||
const includeToolResults = isActive || (args.include_tool_results ?? false)
|
const includeToolResults = isActive || (args.include_tool_results ?? false)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user