Skip to content

Commit

Permalink
collapse function call
Browse files Browse the repository at this point in the history
  • Loading branch information
iceljc committed Sep 5, 2024
1 parent 095d573 commit 7b00ee5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
const unknownAgent = "Uknown";
const includedSources = [
ContentLogSource.Prompt,
ContentLogSource.AgentResponse
ContentLogSource.AgentResponse,
ContentLogSource.FunctionCall
];
$: {
Expand Down

0 comments on commit 7b00ee5

Please sign in to comment.