Skip to content

Commit

Permalink
Update app/invocation/invocation_action_card.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Duffany <[email protected]>
  • Loading branch information
vanja-p and bduffany authored Dec 13, 2024
1 parent c055328 commit e7220ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/invocation/invocation_action_card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ export default class InvocationActionCardComponent extends React.Component<Props
if (operation.response?.result) {
this.setState({ actionResult: operation.response.result });
}
// Fetch the full response from cache, since it contains
// some additional metadata not sent on the stream.
if (operation.done) {
this.fetchExecuteResponseOrActionResult();
}
Expand Down

0 comments on commit e7220ce

Please sign in to comment.