| | |
| | | |
| | | return ( |
| | | <div className='mt-2'> |
| | | <div className='space-y-4 px-4 pb-2'> |
| | | <div className='px-4 pb-2 space-y-4'> |
| | | <Field |
| | | title={t(`${i18nPrefix}.inputField`)} |
| | | operations={ |
| | |
| | | variable: 'sys.query', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | String |
| | | </div> |
| | | } |
| | |
| | | variable: 'sys.files', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | Array[File] |
| | | </div> |
| | | } |
| | |
| | | variable: 'sys.dialogue_count', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | Number |
| | | </div> |
| | | } |
| | |
| | | variable: 'sys.conversation_id', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | String |
| | | </div> |
| | | } |
| | |
| | | variable: 'sys.user_id', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | String |
| | | </div> |
| | | } |
| | |
| | | variable: 'sys.app_id', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | String |
| | | </div> |
| | | } |
| | |
| | | variable: 'sys.workflow_id', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | String |
| | | </div> |
| | | } |
| | |
| | | variable: 'sys.workflow_run_id', |
| | | } as any} |
| | | rightContent={ |
| | | <div className='text-xs font-normal text-text-tertiary'> |
| | | <div className='text-xs font-normal text-gray-500'> |
| | | String |
| | | </div> |
| | | } |