Skip to content

Commit b13dd2e

Browse files
committed
feat!: simplify agents-sdk API
BREAKING CHANGE: - Unified OpenRouter provider (removed individual providers) - Simplified tool.build() syntax - New Agent constructor parameters - Updated examples and documentation"
1 parent ed98e4d commit b13dd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Representa o resultado de uma execução do agente.
2+
* Represents the result of an agent execution.
33
*/
44
class Output {
55
#streamPromise;

0 commit comments

Comments
 (0)