Skip to content

Commit 727b58c

Browse files
ashwinbstainless-app[bot]
authored andcommitted
Restore Meta license headers to 93 files
License headers were inadvertently removed during merge. Restored the Meta copyright and license header to all affected Python files in alpha/beta resources, types, and tests.
1 parent 4373a09 commit 727b58c

File tree

93 files changed

+562
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+562
-89
lines changed

src/llama_stack_client/resources/alpha/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from .eval import (
49
EvalResource,
510
AsyncEvalResource,

src/llama_stack_client/resources/alpha/agents/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from .turn import (
49
TurnResource,
510
AsyncTurnResource,

src/llama_stack_client/resources/alpha/agents/agents.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from __future__ import annotations
49

510
import httpx

src/llama_stack_client/resources/alpha/agents/session.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from __future__ import annotations
49

510
import httpx

src/llama_stack_client/resources/alpha/agents/steps.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from __future__ import annotations
49

510
import httpx

src/llama_stack_client/resources/alpha/agents/turn.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from __future__ import annotations
49

510
from typing import Iterable

src/llama_stack_client/resources/alpha/alpha.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from __future__ import annotations
49

510
from ..._compat import cached_property

src/llama_stack_client/resources/alpha/benchmarks.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from __future__ import annotations
49

510
from typing import Dict, Type, Union, Iterable, cast

src/llama_stack_client/resources/alpha/eval/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from .eval import (
49
EvalResource,
510
AsyncEvalResource,

src/llama_stack_client/resources/alpha/eval/eval.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# All rights reserved.
3+
#
4+
# This source code is licensed under the terms described in the LICENSE file in
5+
# the root directory of this source tree.
26

7+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
38
from __future__ import annotations
49

510
from typing import Dict, Union, Iterable

0 commit comments

Comments
 (0)