Commit b86d1da
authored
feat: include tavily secret if available in requests (#18)
* feat: include tavily secret if available in requests
- without this change the secret must also be provided
in the llama-stack environment which too me a little
while to figure out
- makes it a bit more consistent with the python example in
https://github.com/meta-llama/llama-stack-apps/blob/592a101c155082125d8f1170cf4824860a0fd921/examples/agents/hello.py#L24
Signed-off-by: Michael Dawson <[email protected]>
* squash: cleanup
---------
Signed-off-by: Michael Dawson <[email protected]>1 parent 7da9564 commit b86d1da
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | | - | |
| 89 | + | |
0 commit comments