Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SupaHuman-AI/langflow-embedded-chat
base: main
Choose a base ref
...
head repository: langflow-ai/langflow-embedded-chat
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 24, 2023

  1. feat(chatWidget): add support for api_key prop in ChatWidget and Chat…

    …Window components to pass API key to sendMessage function
    
    fix(controllers): modify sendMessage function to include api_key in the request data if provided
    
    feat(index.tsx): add api_key prop to ChatWidget component in custom element definition
    anovazzi1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    56e5a63 View commit details
    Browse the repository at this point in the history
  2. update build version

    anovazzi1 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d90e2b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore(index.html): update Langflow Chat component attributes to match…

    … new flow ID, chat input field name, and API key
    
    fix(index.ts): update headers object to include "api-key" header when provided in sendMessage function
    anovazzi1 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    35e39af View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. fix(controllers/index.ts): change "api-key" header to "x-api-key" for…

    … consistency and to follow best practices
    anovazzi1 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a1659fc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix(index.html): update chat_inputs property to use "input" instead o…

    …f "text" for better semantics
    
    fix(index.tsx): add sessionId prop to ChatWindow component to keep track of the session ID
    fix(index.tsx): update sendMessage function in ChatWindow component to include sessionId parameter
    fix(index.tsx): add sessionId useRef to ChatWidget component to store the session ID
    fix(index.ts): update sendMessage function to include sessionId parameter
    feat(index.ts): add sessionId prop to ChatWindow component to pass the session ID to the API request
    anovazzi1 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1b932ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719e886 View commit details
    Browse the repository at this point in the history
  3. update builted bundle

    anovazzi1 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b86238e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    bfcc38d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update index.tsx

    Add Ref and event listener to keep focus on User input whilst chatting, avoiding need to manually refocus the input field.
    damhack committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fbf8173 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. bundle update

    anovazzi1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    eaaa3a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request langflow-ai#8 from ZenHunter9457/user_input_focus

    Add Ref and event listener to keep focus on User input
    anovazzi1 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3c1d2b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Added possibility to inject additional headers

    Yassine Selmi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ee23c2e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Yassine Selmi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    87fca70 View commit details
    Browse the repository at this point in the history
  3. Run build

    Yassine Selmi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fe9ba1e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull request langflow-ai#10 from yassineselmi/inject-additional…

    …-headers
    
    Inject additional headers
    anovazzi1 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e5d97ee View commit details
    Browse the repository at this point in the history