mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
authorization of tool selector
This commit is contained in:
@ -40,7 +40,10 @@ const EndpointModal: FC<Props> = ({
|
||||
onSaved(tempCredential)
|
||||
}
|
||||
|
||||
const [mockTool, setTool] = useState<any>()
|
||||
const [mockTool, setTool] = useState<any>({
|
||||
provider: 'langgenius/google/google',
|
||||
tool_name: 'google_search',
|
||||
})
|
||||
|
||||
return (
|
||||
<Drawer
|
||||
|
||||
Reference in New Issue
Block a user