Commit 6c1b709
committed
feature #348 [Agent] Expose Agent model (VincentLanglet)
This PR was merged into the main branch.
Discussion
----------
[Agent] Expose Agent model
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes
| Docs? | no <!-- required for new features -->
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License | MIT
Similar to #344 `@OskarStark`
Do you think it could be ok to expose the Agent model ?
It would be useful to access data like model name for logging purpose (without the need for reflection class).
But I'm dunno if it should be in the AgentInterface, your call.
Commits
-------
6eea55d Expose Agent model2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
126 | 136 | | |
127 | 137 | | |
128 | 138 | | |
| |||
0 commit comments