mirror of https://github.com/buster-so/buster.git
Update packages/ai/src/utils/database/format-llm-messages-as-reasoning.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
b1be6aacc2
commit
5b0b6f360b
|
@ -441,7 +441,7 @@ export function extractResponseMessages(messages: CoreMessage[]): ChatMessageRes
|
|||
console.error('Invalid response message:', error, responseMessage);
|
||||
}
|
||||
} else if (
|
||||
// Backwards compatible with respond without anlysis since that was an old tool we used before.
|
||||
// Backwards compatible with respond without analysis since that was an old tool we used before.
|
||||
toolCall.toolName === 'respondWithoutAnalysis' ||
|
||||
toolCall.toolName === 'respond-without-analysis' ||
|
||||
toolCall.toolName === 'respondWithoutAssetCreation' ||
|
||||
|
|
Loading…
Reference in New Issue