Feature/Gemini Code Interpreter (#5531)

add gemini code interpreter
This commit is contained in:
Henry Heng
2025-11-28 19:49:57 +00:00
committed by GitHub
parent 660a8e357a
commit e6e0c2d07b
2 changed files with 146 additions and 12 deletions
@@ -150,6 +150,8 @@ const AgentFlowNode = ({ data }) => {
return <IconWorldWww size={14} color={'white'} />
case 'googleSearch':
return <IconBrandGoogle size={14} color={'white'} />
case 'codeExecution':
return <IconCode size={14} color={'white'} />
default:
return null
}