fix: stop sending tool summaries to channels
This commit is contained in:
@@ -599,7 +599,7 @@ export async function runEmbeddedPiAgent(
|
||||
verboseLevel: params.verboseLevel,
|
||||
reasoningLevel: params.reasoningLevel,
|
||||
toolResultFormat: resolvedToolResultFormat,
|
||||
inlineToolResultsAllowed: !params.onPartialReply && !params.onToolResult,
|
||||
inlineToolResultsAllowed: false,
|
||||
});
|
||||
|
||||
log.debug(
|
||||
|
||||
Reference in New Issue
Block a user