chore: generate
This commit is contained in:
parent
77e6c0d329
commit
5801cce1b5
3 changed files with 3 additions and 9 deletions
|
|
@ -225,10 +225,7 @@ const lowerToolSpec = (tool: ToolDefinition): BedrockToolSpec => ({
|
|||
},
|
||||
})
|
||||
|
||||
const lowerTools = (
|
||||
breakpoints: BedrockCache.Breakpoints,
|
||||
tools: ReadonlyArray<ToolDefinition>,
|
||||
): BedrockTool[] => {
|
||||
const lowerTools = (breakpoints: BedrockCache.Breakpoints, tools: ReadonlyArray<ToolDefinition>): BedrockTool[] => {
|
||||
const result: BedrockTool[] = []
|
||||
for (const tool of tools) {
|
||||
result.push(lowerToolSpec(tool))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue